diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb index bdb36f9..d53960c 100644 --- a/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb +++ b/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb | |||
@@ -4,16 +4,10 @@ SECTION = "devel/python" | |||
4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
6 | 6 | ||
7 | SRCNAME = "debtcollector" | ||
8 | |||
9 | SRC_URI = "https://pypi.io/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "c85d9e0e7d4d00577695214cb425c5b4" | 7 | SRC_URI[md5sum] = "c85d9e0e7d4d00577695214cb425c5b4" |
12 | SRC_URI[sha256sum] = "1a3bd886d6aea3775e5366d7335c856449144c0218209af6c660f6be111714a3" | 8 | SRC_URI[sha256sum] = "1a3bd886d6aea3775e5366d7335c856449144c0218209af6c660f6be111714a3" |
13 | 9 | ||
14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | inherit setuptools pypi |
15 | |||
16 | inherit setuptools | ||
17 | 11 | ||
18 | DEPENDS += " \ | 12 | DEPENDS += " \ |
19 | python-pip \ | 13 | python-pip \ |