mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:02:13 +00:00
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>
This commit is contained in:
parent
8e1de3aa5a
commit
8ceeb8b512
12
meta-python/recipes-devtools/python/python-asn1crypto.inc
Normal file
12
meta-python/recipes-devtools/python/python-asn1crypto.inc
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
|
||||||
|
HOMEPAGE = "https://github.com/pyca/pynacl"
|
||||||
|
SECTION = "devel/python"
|
||||||
|
LICENSE = "Apache-2.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "asn1crypto"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "97d54665c397b72b165768398dfdd876"
|
||||||
|
SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70"
|
||||||
|
|
||||||
|
inherit pypi
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
inherit setuptools
|
||||||
|
require python-asn1crypto.inc
|
||||||
Loading…
x
Reference in New Issue
Block a user