diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb index 61b2f3f..12b5e89 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb | |||
| @@ -4,14 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://jsonpointer.py;beginline=3;endline=31;md5=5e663c88967b53590856107a043d605c" | 5 | LIC_FILES_CHKSUM = "file://jsonpointer.py;beginline=3;endline=31;md5=5e663c88967b53590856107a043d605c" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "jsonpointer" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c4d3f28e72ba77062538d1c0864c40a9" | 7 | SRC_URI[md5sum] = "c4d3f28e72ba77062538d1c0864c40a9" |
| 13 | SRC_URI[sha256sum] = "39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308" | 8 | SRC_URI[sha256sum] = "39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308" |
| 14 | 9 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | inherit setuptools pypi |
| 16 | |||
| 17 | inherit setuptools | ||
