summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-09 12:55:18 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-10 15:23:08 +0200
commit6e4f576e48b37bb14e2d9c15e3df3c61240b1aff (patch)
tree4db63ccd054092266f81655223547d651770e6fb /meta-openstack/recipes-devtools/python
parent322bb7b77fd155b423acec78971bbe3026f1c4e4 (diff)
downloadmeta-cloud-services-6e4f576e48b37bb14e2d9c15e3df3c61240b1aff.tar.gz
python-setproctitle: Add recipe
This is a requirement for python-cotyledon. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-setproctitle_1.1.10.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setproctitle_1.1.10.bb b/meta-openstack/recipes-devtools/python/python-setproctitle_1.1.10.bb
new file mode 100644
index 0000000..ad302d4
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-setproctitle_1.1.10.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "A Python module to customize the process title"
2HOMEPAGE = "https://github.com/dvarrazzo/py-setproctitle"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=203daa0a33f4b09437270861ad11b7df"
6
7
8SRCNAME = "setproctitle"
9SRC_URI = "https://pypi.python.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "2dcdd1b761700a5a13252fea3dfd1977"
12SRC_URI[sha256sum] = "6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18# DEPENDS_default: python-pip
19
20DEPENDS += " \
21 python-pip \
22 "