docker-engine: new package
[buildroot-gz.git] / package / python-pyasn / Config.in
blob997b737f5b979ce9e41edb2ebf5c7c6fd4b2dc6c
1 config BR2_PACKAGE_PYTHON_PYASN
2         bool "python-pyasn"
3         depends on BR2_INSTALL_LIBSTDCPP
4         select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
5         select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
6         help
7           PyASN is a Python extension module that enables you to
8           perform very fast IP address to Autonomous System Number
9           lookups.
11           https://code.google.com/p/pyasn/
13 comment "python-pyasn needs a toolchain w/ C++"
14         depends on !BR2_INSTALL_LIBSTDCPP