From 6561468efc40f002c69b0bc9d6e1baf982a2b6e5 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 4 Sep 2019 10:38:22 +0800 Subject: python-fasteners: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-fasteners_git.bb | 26 +--------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-fasteners_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-fasteners_git.bb b/meta-openstack/recipes-devtools/python/python-fasteners_git.bb index 2dd3698..3a7326b 100644 --- a/meta-openstack/recipes-devtools/python/python-fasteners_git.bb +++ b/meta-openstack/recipes-devtools/python/python-fasteners_git.bb @@ -1,26 +1,2 @@ -DESCRIPTION = "A python package that provides useful locks." -HOMEPAGE = "https://github.com/harlowja/fasteners" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" - -SRCNAME = "fasteners" - -PV = "0.15+git${SRCPV}" -SRCREV = "75148cb679c351966cd4ad5e9d177048a0ea8380" - -SRC_URI = "git://github.com/harlowja/${SRCNAME}.git" - -S = "${WORKDIR}/git" - inherit setuptools - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-pbr \ - " +require python-fasteners.inc -- cgit v1.2.3-54-g00ecf