summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-07-06 16:36:24 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-08 23:05:23 -0400
commita5a9d695c77f0c042e9f240542fa668c4c7c6b85 (patch)
treef2a2fba6f9bf5bb95b468d6dbf6849165541b523
parent0b4d3882dc16407ef7db99687f406cb11fce2fbe (diff)
downloadmeta-cloud-services-a5a9d695c77f0c042e9f240542fa668c4c7c6b85.tar.gz
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 <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-fasteners.inc24
-rw-r--r--meta-openstack/recipes-devtools/python/python3-fasteners_git.bb2
2 files changed, 0 insertions, 26 deletions
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 @@
1DESCRIPTION = "A python package that provides useful locks."
2HOMEPAGE = "https://github.com/harlowja/fasteners"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52"
6
7SRCNAME = "fasteners"
8
9PV = "0.15+git${SRCPV}"
10SRCREV = "75148cb679c351966cd4ad5e9d177048a0ea8380"
11
12SRC_URI = "git://github.com/harlowja/${SRCNAME}.git"
13
14S = "${WORKDIR}/git"
15
16DEPENDS += " \
17 ${PYTHON_PN}-pip \
18 ${PYTHON_PN}-pbr \
19 "
20
21# RDEPENDS_default:
22RDEPENDS_${PN} += " \
23 ${PYTHON_PN}-pbr \
24 "
diff --git a/meta-openstack/recipes-devtools/python/python3-fasteners_git.bb b/meta-openstack/recipes-devtools/python/python3-fasteners_git.bb
deleted file mode 100644
index 9b2053c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-fasteners_git.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools3
2require python-fasteners.inc