diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb b/meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb index 723ca68..128a4aa 100644 --- a/meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb +++ b/meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb | |||
| @@ -4,17 +4,13 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2c82e6382ef84397e2341a04f039abcc" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2c82e6382ef84397e2341a04f039abcc" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | # Archived version so we have to overwrite what the pypi class will derive |
| 8 | 8 | PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.zip" | |
| 9 | SRCNAME = "croniter" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 11 | 9 | ||
| 12 | SRC_URI[md5sum] = "63cf9e4d6778dc4102a4794a39a1b45b" | 10 | SRC_URI[md5sum] = "63cf9e4d6778dc4102a4794a39a1b45b" |
| 13 | SRC_URI[sha256sum] = "ecd5cda855668ae11ed5ea341e9c2145bbab88bfd0763666951cfe15bab23f50" | 11 | SRC_URI[sha256sum] = "ecd5cda855668ae11ed5ea341e9c2145bbab88bfd0763666951cfe15bab23f50" |
| 14 | 12 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 13 | inherit setuptools pypi |
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | 14 | ||
| 19 | DEPENDS += " \ | 15 | DEPENDS += " \ |
| 20 | python-pip \ | 16 | python-pip \ |
