summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:46 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:39 -0500
commit136d8fdd392cb7d61de4cc2152298923a190beb0 (patch)
tree6cbfc87dfccaf8a91f7a6de66b6200d7c8a19030 /meta-openstack
parente0af618723a98675f680770cc84ddef49aa08ae9 (diff)
downloadmeta-cloud-services-136d8fdd392cb7d61de4cc2152298923a190beb0.tar.gz
python-lockfile: remove recipe
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb
deleted file mode 100644
index 0449f08..0000000
--- a/meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb
+++ /dev/null
@@ -1,17 +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
7PR = "r0"
8SRCNAME = "lockfile"
9
10SRC_URI = "https://pypi.python.org/packages/source/l/lockfile/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "ce61468d4c1263e3005737bbed2641f0"
13SRC_URI[sha256sum] = "23da589c91f59cb7c644d5ce5df539d448341bd479917d6dde973f82e2719147"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit distutils