From 0c4f5e0c3a6aa6ce8af076a9e7403dec800d1f44 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 29 Nov 2019 11:05:11 +0800 Subject: python-ecdsa: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-ecdsa_0.13.bb | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-ecdsa_0.13.bb') diff --git a/meta-openstack/recipes-devtools/python/python-ecdsa_0.13.bb b/meta-openstack/recipes-devtools/python/python-ecdsa_0.13.bb index 8fe492c..f5785b3 100644 --- a/meta-openstack/recipes-devtools/python/python-ecdsa_0.13.bb +++ b/meta-openstack/recipes-devtools/python/python-ecdsa_0.13.bb @@ -1,20 +1,2 @@ -DESCRIPTION = "ECDSA cryptographic signature library" -HOMEPAGE = "https://github.com/warner/python-ecdsa" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -SRC_URI[md5sum] = "1f60eda9cb5c46722856db41a3ae6670" -SRC_URI[sha256sum] = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa" - -inherit setuptools pypi - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-pbr \ - " +require python-ecdsa.inc +inherit setuptools -- cgit v1.2.3-54-g00ecf