diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-04 16:13:04 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-06 14:10:45 -0500 |
| commit | 257c33593df93033ddddbea6933dc51a019c8133 (patch) | |
| tree | 8dc35d04238a4c166cd3fc2d906c175285b649ee /meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb | |
| parent | 05f7d891c80c7d3d69260b9ca3b487b675dff7bf (diff) | |
| download | meta-cloud-services-257c33593df93033ddddbea6933dc51a019c8133.tar.gz | |
python-repoze.who: 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-repoze.who_2.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb b/meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb index 3ee8f25..236b8f9 100644 --- a/meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb +++ b/meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb | |||
| @@ -1,22 +1,2 @@ | |||
| 1 | DESCRIPTION = "An identification and authentication framework for WSGI" | 1 | require python-repoze.who.inc |
| 2 | HOMEPAGE = "http://repoze.org/" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-Modification" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "c677ac4d4a32b6f6880a8f9cf20adffb" | ||
| 8 | SRC_URI[sha256sum] = "322629ec7c779dce4700e8f3ba531002b724d2429178c1cbb0dc169255dc9a8b" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-zopeinterface \ | ||
| 22 | " | ||
