diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-10-27 13:28:47 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-03 16:33:44 -0500 |
| commit | b4073eb46adef125de6a4184d5a47529680bc307 (patch) | |
| tree | 464cd196aa9808240e4c3d7d158a2db43bc9f057 /meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb | |
| parent | 42810cb115791be03fba6a5f7e48b2e37e7396e5 (diff) | |
| download | meta-cloud-services-b4073eb46adef125de6a4184d5a47529680bc307.tar.gz | |
python3-repoze.who: upgrade 2.2 -> 2.4
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb b/meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb new file mode 100644 index 0000000..e75490d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "An identification and authentication framework for WSGI" | ||
| 2 | HOMEPAGE = "http://repoze.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-Modification" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "5dc3b549d968a64342f3b7196477c895" | ||
| 8 | SRC_URI[sha256sum] = "cf97450de3c8eb5c03b4037be75b018db91befab1094204e452a0b1c0f7a94a6" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ${PYTHON_PN}-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | ${PYTHON_PN}-pip \ | ||
| 21 | ${PYTHON_PN}-zopeinterface \ | ||
| 22 | " | ||
