From 61b50885bff0287816c7428005f9e349e7c44e0c Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 10 Nov 2020 14:47:40 +0800 Subject: python3-routes: upgrade 2.4.1 -> 2.5.1 Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-routes.inc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-routes.inc (limited to 'meta-openstack/recipes-devtools/python/python-routes.inc') diff --git a/meta-openstack/recipes-devtools/python/python-routes.inc b/meta-openstack/recipes-devtools/python/python-routes.inc deleted file mode 100644 index 4224552..0000000 --- a/meta-openstack/recipes-devtools/python/python-routes.inc +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "A Python re-implementation of the Rails routes system." -HOMEPAGE = "http://routes.groovie.org" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae" - -PV = "2.4.1+git${SRCPV}" -SRCREV = "2dcef8079cf09f427eeb0be62374f6c1a52bf59d" - -SRCNAME = "Routes" -SRC_URI = "git://github.com/bbangert/routes.git" - -S = "${WORKDIR}/git" - -RDEPENDS_${PN} += "${PYTHON_PN}-repoze.lru" -- cgit v1.2.3-54-g00ecf