cdl_utils+python-capdl-tool: remove six package
Remove python2 compatibility package six. Main changes are:
- six.integer_types -> int
- six.string_types -> str
- six.with_metaclass(abc.ABCMeta, object) -> abc.ABC
- six.with_metaclass(abc.ABCMeta, object) becomes Object, because Object already inherits from abc.ABC
- drop six from requirements.txt
Signed-off-by: Gerwin Klein gerwin.klein@proofcraft.systems
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Capability Distribution Language
Collection of tools for generating, parsing and loading capdl specifications of systems:
Reporting security vulnerabilities
If you believe you have found a security vulnerability in this code, we ask you to follow the seL4 vulnerability disclosure policy.