diff options
| author | Mauro Condarelli <mc5686@mclink.it> | 2016-02-11 11:58:46 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-19 23:16:49 +0100 |
| commit | 4753063e2861659260e1d6927eb66ea96c98c9e6 (patch) | |
| tree | 62cc0d6fc543914456eceaa4f71822df1df69fb0 /package/python-service-identity/Config.in | |
| parent | 9d552c1997006bf476533e9e3d115441c57895f5 (diff) | |
| download | buildroot-4753063e2861659260e1d6927eb66ea96c98c9e6.tar.gz buildroot-4753063e2861659260e1d6927eb66ea96c98c9e6.zip | |
python-service-identity: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-service-identity/Config.in')
| -rw-r--r-- | package/python-service-identity/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-service-identity/Config.in b/package/python-service-identity/Config.in new file mode 100644 index 0000000000..e2200f67a8 --- /dev/null +++ b/package/python-service-identity/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY + bool "python-service-identity" + select BR2_PACKAGE_PYTHON_CHARACTERISTIC # runtime + select BR2_PACKAGE_PYTHON_PYASN # runtime + select BR2_PACKAGE_PYTHON_PYASN_MODULES # runtime + select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime + help + Service identity verification for pyOpenSSL. + + https://pypi.python.org/pypi/service_identity |

