diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-07-06 16:36:24 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-08 23:05:23 -0400 |
| commit | a5a9d695c77f0c042e9f240542fa668c4c7c6b85 (patch) | |
| tree | f2a2fba6f9bf5bb95b468d6dbf6849165541b523 /meta-openstack | |
| parent | 0b4d3882dc16407ef7db99687f406cb11fce2fbe (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-fasteners.inc | 24 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-fasteners_git.bb | 2 |
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 @@ | |||
| 1 | DESCRIPTION = "A python package that provides useful locks." | ||
| 2 | HOMEPAGE = "https://github.com/harlowja/fasteners" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" | ||
| 6 | |||
| 7 | SRCNAME = "fasteners" | ||
| 8 | |||
| 9 | PV = "0.15+git${SRCPV}" | ||
| 10 | SRCREV = "75148cb679c351966cd4ad5e9d177048a0ea8380" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/harlowja/${SRCNAME}.git" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | ${PYTHON_PN}-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | # RDEPENDS_default: | ||
| 22 | RDEPENDS_${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 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-fasteners.inc | ||
