From 7063d4b65c27585a9ae282f75e6cadc8ee395273 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 13 Nov 2017 14:32:30 -0500 Subject: python-xstatic-*: uprev to required versions The python-horizon requires specific versions of the various python-xstatic-* per its requirements.txt file. Being 'xtatic' packages these have no additional dependencies so the uprevs are mostly straitforward version updates with a check that the license hasn't changed. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-jasmine_2.1.2.0.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jasmine_2.1.2.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-jasmine_2.1.2.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jasmine_2.1.2.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jasmine_2.1.2.0.bb deleted file mode 100644 index 529a2de..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jasmine_2.1.2.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Jasmine JavaScript library packaged for setuptools " -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Jasmine" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=eb6b9af5c233043f32ed0225d52cf4a4" - - -SRCNAME = "XStatic-Jasmine" -SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "63fdb4a8668eb70ceef1a311e8b02dcb" -SRC_URI[sha256sum] = "ba80ab9a324a7abfa5bb4855aaca279aceaf3e0223830d28a17a994770ecc1b4" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " -- cgit v1.2.3-54-g00ecf