diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb b/meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb index 6059ff0..31d5ddc 100644 --- a/meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb +++ b/meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb | |||
| @@ -4,13 +4,9 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=33;endline=33;md5=2d33c00f47720c7e35e1fdb4b9fab027" | 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=33;endline=33;md5=2d33c00f47720c7e35e1fdb4b9fab027" |
| 6 | 6 | ||
| 7 | SRCNAME = "Tempita" | 7 | PYPI_PACKAGE = "Tempita" |
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/T/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | 8 | ||
| 11 | SRC_URI[md5sum] = "365c3b4f36435e2178902d5619301140" | 9 | SRC_URI[md5sum] = "365c3b4f36435e2178902d5619301140" |
| 12 | SRC_URI[sha256sum] = "38392bb708a10128419f75fa9120a6d2c8d137013b353968e5008a77a5c7a2ca" | 10 | SRC_URI[sha256sum] = "38392bb708a10128419f75fa9120a6d2c8d137013b353968e5008a77a5c7a2ca" |
| 13 | 11 | ||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 12 | inherit setuptools pypi |
| 15 | |||
| 16 | inherit setuptools | ||
