diff options
author | Armin Kuster <akuster808@gmail.com> | 2017-10-06 09:10:14 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-15 17:29:40 +0000 |
commit | 8ceeb8b512a265b03b2175943a01d9318ebb8634 (patch) | |
tree | 21b73af1bcf729816d5a8ba91e294960a0d9768c | |
parent | 8e1de3aa5a70f6230e23f1d2dffd9183935894ee (diff) | |
download | meta-openembedded-8ceeb8b512a265b03b2175943a01d9318ebb8634.tar.gz |
python-asn1crypto: add new package
python-cryptography has a dependancy for this package as of version 1.8.
This was pointed out by: Satya Bodduluri.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-asn1crypto.inc | 12 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc new file mode 100644 index 000000000..3bdb4b235 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library" | ||
2 | HOMEPAGE = "https://github.com/pyca/pynacl" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2" | ||
6 | |||
7 | PYPI_PACKAGE = "asn1crypto" | ||
8 | |||
9 | SRC_URI[md5sum] = "97d54665c397b72b165768398dfdd876" | ||
10 | SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70" | ||
11 | |||
12 | inherit pypi | ||
diff --git a/meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb b/meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb new file mode 100644 index 000000000..6af60c2d4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools | ||
2 | require python-asn1crypto.inc | ||