summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb
diff options
context:
space:
mode:
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 "