From 0badc5ce282f3186c7fdfc6159f3153593001cfa Mon Sep 17 00:00:00 2001 From: Takuma Ueba Date: Mon, 9 Jul 2018 13:08:03 +0900 Subject: python-asn1crypto: fix DESCRIPTION, HOMEPAGE and LICENSE. Fix incorrect DESCRIPTION, HOMEPAGE, LICENSE. Signed-off-by: Takuma Ueba Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-asn1crypto.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-python') 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 @@ -DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library" -HOMEPAGE = "https://github.com/pyca/pynacl" +DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures" +HOMEPAGE = "https://github.com/wbond/asn1crypto" SECTION = "devel/python" -LICENSE = "Apache-2.0" +LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2" PYPI_PACKAGE = "asn1crypto" -- cgit 1.2.3-korg