summaryrefslogtreecommitdiffstats
path: root/package/python-pyopenssl/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-02-08 10:04:22 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-19 23:14:29 +0100
commit9d552c1997006bf476533e9e3d115441c57895f5 (patch)
tree66455e88637cbc5b3ae044afacef5c93ac5ab9de /package/python-pyopenssl/Config.in
parentfbeeb4c8cb4e44c654ca27db9ae05a83202f4104 (diff)
downloadbuildroot-9d552c1997006bf476533e9e3d115441c57895f5.tar.gz
buildroot-9d552c1997006bf476533e9e3d115441c57895f5.zip
python-pyopenssl: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pyopenssl/Config.in')
-rw-r--r--package/python-pyopenssl/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/python-pyopenssl/Config.in b/package/python-pyopenssl/Config.in
new file mode 100644
index 0000000000..c32e211e17
--- /dev/null
+++ b/package/python-pyopenssl/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_PYTHON_PYOPENSSL
+ bool "python-pyopenssl"
+ depends on BR2_INSTALL_LIBSTDCPP # python-cryptography
+ select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
+ select BR2_PACKAGE_PYTHON_SIX # runtime
+ help
+ Python wrapper module around the OpenSSL library.
+
+ https://github.com/pyca/pyopenssl
+
+comment "python-pyopenssl needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud