diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-repoze.who.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-repoze.who.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.who.inc b/meta-openstack/recipes-devtools/python/python-repoze.who.inc new file mode 100644 index 0000000..1981e03 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-repoze.who.inc | |||
| @@ -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] = "c677ac4d4a32b6f6880a8f9cf20adffb" | ||
| 8 | SRC_URI[sha256sum] = "322629ec7c779dce4700e8f3ba531002b724d2429178c1cbb0dc169255dc9a8b" | ||
| 9 | |||
| 10 | inherit 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 | " | ||
