From a5a9d695c77f0c042e9f240542fa668c4c7c6b85 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 6 Jul 2020 16:36:24 +0800 Subject: python3-fasteners: Remove recipe This recipe already exists in meta-openembedded, the path is: /meta-openembedded/meta-python/recipes-devtools/python/python3-fasteners_0.15.bb Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-fasteners.inc | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-fasteners.inc (limited to 'meta-openstack/recipes-devtools/python/python-fasteners.inc') diff --git a/meta-openstack/recipes-devtools/python/python-fasteners.inc b/meta-openstack/recipes-devtools/python/python-fasteners.inc deleted file mode 100644 index 6e5e5f0..0000000 --- a/meta-openstack/recipes-devtools/python/python-fasteners.inc +++ /dev/null @@ -1,24 +0,0 @@ -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" - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - ${PYTHON_PN}-pbr \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-pbr \ - " -- cgit v1.2.3-54-g00ecf