summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb
new file mode 100644
index 0000000..c08644f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "Load, configure, and compose WSGI applications and servers"
2HOMEPAGE = "http://pythonpaste.org/deploy/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=57609488f8ad28ebf6844a5169a85215"
6
7PYPI_PACKAGE = "PasteDeploy"
8
9SRC_URI[md5sum] = "f1e62dc76092433b7ae150cd81603fbd"
10SRC_URI[sha256sum] = "e7559878b6e92023041484be9bcb6d767cf4492fc3de7257a5dae76a7cc11a9b"
11
12inherit setuptools3 pypi
13
14DEPENDS += "${PYTHON_PN}-pytest-runner-native"
15
16RDEPENDS_${PN} += " \
17 ${PYTHON_PN}-paste \
18 ${PYTHON_PN}-setuptools \
19"