diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb index 4b8c09b..3e5c8d3 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb +++ b/meta-openstack/recipes-devtools/python/python-xstatic_1.0.1.bb | |||
| @@ -4,17 +4,12 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://README.txt;md5=36a1e7eaa71e1bd07b8d2247839f228e" | 5 | LIC_FILES_CHKSUM = "file://README.txt;md5=36a1e7eaa71e1bd07b8d2247839f228e" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PYPI_PACKAGE = "XStatic" |
| 8 | |||
| 9 | SRCNAME = "XStatic" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | 8 | ||
| 12 | SRC_URI[md5sum] = "7064b5ea7fd1ee990e0ae0538301d9bc" | 9 | SRC_URI[md5sum] = "7064b5ea7fd1ee990e0ae0538301d9bc" |
| 13 | SRC_URI[sha256sum] = "0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726" | 10 | SRC_URI[sha256sum] = "0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726" |
| 14 | 11 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 12 | inherit setuptools pypi |
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | 13 | ||
| 19 | # DEPENDS_default: python-pip | 14 | # DEPENDS_default: python-pip |
| 20 | 15 | ||
