summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-10-12 03:16:54 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-10-12 03:16:54 +0000
commitb53ad3d7308ad2e85496fce8af27a59ec076f958 (patch)
tree8e9df6c67c8b176f240c06b6e12188c3f2f69d3c /meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb
parentf63bba0cba3ef549507d3258f6f5b1265d121c50 (diff)
downloadmeta-cloud-services-b53ad3d7308ad2e85496fce8af27a59ec076f958.tar.gz
python: drop recipes provided elsewhere
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb b/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb
deleted file mode 100644
index ba44638..0000000
--- a/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "Platform-independent file locking module"
2HOMEPAGE = "http://code.google.com/p/pylockfile/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72"
6
7SRC_URI[md5sum] = "a6a1a82957a23afdf44cfdd039b65ff9"
8SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799"
9
10inherit setuptools3 pypi
11
12DEPENDS += "\
13 python3-pbr \
14 "
15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 python3-pbr-native \
19 "
20
21RDEPENDS:${PN} += "\
22 python3-pbr \
23 "