summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb b/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb
deleted file mode 100644
index 9ba93df..0000000
--- a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb
+++ /dev/null
@@ -1,29 +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
7SRCNAME = "lockfile"
8
9SRC_URI = "https://pypi.python.org/packages/source/l/lockfile/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "1aa6175a6d57f082cd12e7ac6102ab15"
12SRC_URI[sha256sum] = "9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit distutils
17
18DEPENDS += "\
19 python-pbr \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
27RDEPENDS_${PN} += "\
28 python-pbr \
29 "