diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb b/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb index e25dd1d..dc02a44 100644 --- a/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb +++ b/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb | |||
| @@ -4,17 +4,13 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "PSF" | 4 | LICENSE = "PSF" |
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fe761dfec1d54629c6b9a3bbc7b1baf5" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fe761dfec1d54629c6b9a3bbc7b1baf5" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | # Archived version so we need to overwrite what the pypi class will derive |
| 8 | 8 | PYPI_SRC_URI = "https://pypi.python.org/packages/source/w/wsgiref/wsgiref-${PV}.zip" | |
| 9 | SRCNAME = "wsgiref" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 11 | 9 | ||
| 12 | SRC_URI[md5sum] = "29b146e6ebd0f9fb119fe321f7bcf6cb" | 10 | SRC_URI[md5sum] = "29b146e6ebd0f9fb119fe321f7bcf6cb" |
| 13 | SRC_URI[sha256sum] = "c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79" | 11 | SRC_URI[sha256sum] = "c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79" |
| 14 | 12 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 13 | inherit setuptools pypi |
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | 14 | ||
| 19 | # DEPENDS_default: python-pip | 15 | # DEPENDS_default: python-pip |
| 20 | 16 | ||
