diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-09-16 11:26:39 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-18 13:57:12 -0400 |
| commit | 22b0491aa783909abce3cf62f3a38f5fbeb84e16 (patch) | |
| tree | c73284a9af9171ecf4ad5f48c7ee725b718f915e /meta-openstack/recipes-devtools/python/python-routes_git.bb | |
| parent | 9cf16c10f822215926a31d0bafbdf63746a9139b (diff) | |
| download | meta-cloud-services-22b0491aa783909abce3cf62f3a38f5fbeb84e16.tar.gz | |
python-routes: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-routes_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-routes_git.bb | 17 |
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 @@ | |||
| 1 | DESCRIPTION = "A Python re-implementation of the Rails routes system." | ||
| 2 | HOMEPAGE = "http://routes.groovie.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae" | ||
| 6 | |||
| 7 | PV = "2.4.1+git${SRCPV}" | ||
| 8 | SRCREV = "2dcef8079cf09f427eeb0be62374f6c1a52bf59d" | ||
| 9 | |||
| 10 | SRCNAME = "Routes" | ||
| 11 | SRC_URI = "git://github.com/bbangert/routes.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | 1 | inherit setuptools |
| 16 | 2 | require python-routes.inc | |
| 17 | RDEPENDS_${PN} += "python-repoze.lru" | ||
