diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb b/meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb index c2fb657..ebe2cec 100644 --- a/meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb +++ b/meta-openstack/recipes-devtools/python/python-virtualenv_1.11.4.bb | |||
| @@ -4,17 +4,10 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53df9f8889d6a5fba83f425abe3b1568" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53df9f8889d6a5fba83f425abe3b1568" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "virtualenv" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/v/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "9accc2d3f0ec1da479ce2c3d1fdff06e" | 7 | SRC_URI[md5sum] = "9accc2d3f0ec1da479ce2c3d1fdff06e" |
| 13 | SRC_URI[sha256sum] = "cf3d958f28eb7470bd04262ef397580a2e57407f2ee2c88e9b2892218eb0465a" | 8 | SRC_URI[sha256sum] = "cf3d958f28eb7470bd04262ef397580a2e57407f2ee2c88e9b2892218eb0465a" |
| 14 | 9 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | inherit setuptools pypi |
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | 11 | ||
| 19 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 20 | python-pip \ | 13 | python-pip \ |
