summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-asn1crypto.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-asn1crypto.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-asn1crypto.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
index 5c379956fa..f1f0a3c51b 100644
--- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
+++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library" 1DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures"
2HOMEPAGE = "https://github.com/pyca/pynacl" 2HOMEPAGE = "https://github.com/wbond/asn1crypto"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
6 6
7PYPI_PACKAGE = "asn1crypto" 7PYPI_PACKAGE = "asn1crypto"