diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-09 12:55:18 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 15:23:08 +0200 |
| commit | 6e4f576e48b37bb14e2d9c15e3df3c61240b1aff (patch) | |
| tree | 4db63ccd054092266f81655223547d651770e6fb /meta-openstack/recipes-devtools/python | |
| parent | 322bb7b77fd155b423acec78971bbe3026f1c4e4 (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "A Python module to customize the process title" | ||
| 2 | HOMEPAGE = "https://github.com/dvarrazzo/py-setproctitle" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=203daa0a33f4b09437270861ad11b7df" | ||
| 6 | |||
| 7 | |||
| 8 | SRCNAME = "setproctitle" | ||
| 9 | SRC_URI = "https://pypi.python.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "2dcdd1b761700a5a13252fea3dfd1977" | ||
| 12 | SRC_URI[sha256sum] = "6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
