summaryrefslogtreecommitdiffstats
path: root/package/python-pyasn/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-pyasn/Config.in')
-rw-r--r--package/python-pyasn/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-pyasn/Config.in b/package/python-pyasn/Config.in
new file mode 100644
index 0000000000..a9f0014dc8
--- /dev/null
+++ b/package/python-pyasn/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_PYTHON_PYASN
+ bool "python-pyasn"
+ depends on BR2_PACKAGE_PYTHON
+ depends on BR2_INSTALL_LIBSTDCPP
+ help
+ PyASN is a Python extension module that enables you to
+ perform very fast IP address to Autonomous System Number
+ lookups.
+
+ https://code.google.com/p/pyasn/
+
+comment "python-pyasn needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud