diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb (renamed from meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb index 8c41969..9447744 100644 --- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb +++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb | |||
| @@ -4,15 +4,14 @@ 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 | PR = "r0" | ||
| 8 | SRCNAME = "setuptools-git" | 7 | SRCNAME = "setuptools-git" |
| 9 | 8 | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}b1.tar.gz" | 9 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 10 | ||
| 12 | SRC_URI[md5sum] = "ac67cbaa1336b7de25b1b5ff93b4e90d" | 11 | SRC_URI[md5sum] = "7b5967e9527c789c3113b07a1f196f6e" |
| 13 | SRC_URI[sha256sum] = "dccd496b4166315c2b6b842f3dcd417b22e2cb43aaa4a8983b1ea0ceae0fe328" | 12 | SRC_URI[sha256sum] = "047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831" |
| 14 | 13 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}b1" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 15 | ||
| 17 | inherit setuptools | 16 | inherit setuptools |
| 18 | 17 | ||
