From 22b0491aa783909abce3cf62f3a38f5fbeb84e16 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 16 Sep 2019 11:26:39 +0800 Subject: python-routes: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-routes_git.bb | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-routes_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-routes_git.bb b/meta-openstack/recipes-devtools/python/python-routes_git.bb index 408f0a8..11fea85 100644 --- a/meta-openstack/recipes-devtools/python/python-routes_git.bb +++ b/meta-openstack/recipes-devtools/python/python-routes_git.bb @@ -1,17 +1,2 @@ -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" - inherit setuptools - -RDEPENDS_${PN} += "python-repoze.lru" +require python-routes.inc -- cgit v1.2.3-54-g00ecf