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-bootswatch_3.3.5.3.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb b/meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb deleted file mode 100644 index a0a0ecc..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-bootswatch_3.3.5.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "bootswatch javascript library packaged for setuptools (easy_install) / pip." -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-bootswatch" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -SRCNAME = "XStatic-bootswatch" -SRC_URI = "https://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "b7c76560828274bdcfee3f5e6fc5a147" -SRC_URI[sha256sum] = "3c018cb0fdf591a520b2832a4ba8d8face633c765f29f9ccca8275b47be8aa94" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - " - -RDEPENDS_${PN} += " \ - " -- cgit v1.2.3-54-g00ecf