summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-routes_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-routes_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-routes_git.bb17
1 files changed, 1 insertions, 16 deletions
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 @@
1DESCRIPTION = "A Python re-implementation of the Rails routes system."
2HOMEPAGE = "http://routes.groovie.org"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae"
6
7PV = "2.4.1+git${SRCPV}"
8SRCREV = "2dcef8079cf09f427eeb0be62374f6c1a52bf59d"
9
10SRCNAME = "Routes"
11SRC_URI = "git://github.com/bbangert/routes.git"
12
13S = "${WORKDIR}/git"
14
15inherit setuptools 1inherit setuptools
16 2require python-routes.inc
17RDEPENDS_${PN} += "python-repoze.lru"