summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb b/meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb
new file mode 100644
index 0000000..309bb29
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-routes_2.5.1.bb
@@ -0,0 +1,17 @@
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
7SRC_URI[sha256sum] = "b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053"
8
9PYPI_PACKAGE = "Routes"
10
11inherit setuptools3 pypi
12
13RDEPENDS_${PN} += " \
14 ${PYTHON_PN}-netclient \
15 ${PYTHON_PN}-six \
16 ${PYTHON_PN}-repoze.lru \
17"