summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:23:48 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:23:48 +0200
commitb4bdf17b76bdc28692c56d0cc9e25a00b7e843d0 (patch)
tree65274c5ac6411439f40b9cef47338ff4db8166b5
parenta383a0a27ddfaa33638aea2b24c7a0cb1722f236 (diff)
downloadmeta-cloud-services-b4bdf17b76bdc28692c56d0cc9e25a00b7e843d0.tar.gz
python-py: Drop recipe
Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-py_1.4.26.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-py_1.4.26.bb b/meta-openstack/recipes-devtools/python/python-py_1.4.26.bb
deleted file mode 100644
index 53a5045..0000000
--- a/meta-openstack/recipes-devtools/python/python-py_1.4.26.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "library with cross-python path, ini-parsing, io, code, log facilities"
2HOMEPAGE = " http://pylib.org"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
6
7PR = "r0"
8
9SRCNAME = "py"
10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "30c3fd92a53f1a5ed6f3591c1fe75c0e"
13SRC_URI[sha256sum] = "28dd0b90d29b386afb552efc4e355c889f4639ce93658a7872a2150ece28bb89"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21 "
22
23RDEPENDS_${PN} += " \
24 python-virtualenv \
25 "