diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb b/meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb index 2bede47..960238d 100644 --- a/meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb +++ b/meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb | |||
| @@ -4,16 +4,10 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "PSF" | 4 | LICENSE = "PSF" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" |
| 6 | 6 | ||
| 7 | SRCNAME = "contextlib2" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "ea687207db25f65552061db4a2c6727d" | 7 | SRC_URI[md5sum] = "ea687207db25f65552061db4a2c6727d" |
| 12 | SRC_URI[sha256sum] = "55a5dc78f7a742a0e756645134ffb39bbe11da0fea2bc0f7070d40dac208b732" | 8 | SRC_URI[sha256sum] = "55a5dc78f7a742a0e756645134ffb39bbe11da0fea2bc0f7070d40dac208b732" |
| 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 \ |
