diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb index 61408c3..bfbc1d6 100644 --- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb +++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb | |||
| @@ -4,16 +4,10 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" |
| 6 | 6 | ||
| 7 | SRCNAME = "setuptools-git" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "7b5967e9527c789c3113b07a1f196f6e" | 7 | SRC_URI[md5sum] = "7b5967e9527c789c3113b07a1f196f6e" |
| 12 | SRC_URI[sha256sum] = "047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831" | 8 | SRC_URI[sha256sum] = "047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831" |
| 13 | 9 | ||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | inherit setuptools pypi |
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | 11 | ||
| 18 | # conflicting file prevention | 12 | # conflicting file prevention |
| 19 | do_install_append() { | 13 | do_install_append() { |
