diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb index fef8d5f..1174795 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb | |||
| @@ -4,17 +4,10 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "jsonschema" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292" | 7 | SRC_URI[md5sum] = "e491298485bdefeecb0f1ca3d65e5292" |
| 13 | SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079" | 8 | SRC_URI[sha256sum] = "9088494da4c74497a7a27842ae4ca9c3355b5f7754121edc440463eaf020f079" |
| 14 | 9 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | inherit setuptools pypi |
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | 11 | ||
| 19 | DEPENDS += "python-vcversioner" | 12 | DEPENDS += "python-vcversioner" |
| 20 | 13 | ||
