From 799e98e2d1b6f50077041fd121cce17787edce35 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 13 Jan 2020 12:47:46 +0800 Subject: python-pastedeploy: Add python3 version Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-pastedeploy.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-pastedeploy.inc (limited to 'meta-openstack/recipes-devtools/python/python-pastedeploy.inc') diff --git a/meta-openstack/recipes-devtools/python/python-pastedeploy.inc b/meta-openstack/recipes-devtools/python/python-pastedeploy.inc new file mode 100644 index 0000000..db0b4ac --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pastedeploy.inc @@ -0,0 +1,16 @@ +DESCRIPTION = "Load, configure, and compose WSGI applications and servers" +HOMEPAGE = "http://pythonpaste.org/deploy/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d6c3089319205d7e6129f0213b7e949f" + +PYPI_PACKAGE = "PasteDeploy" + +SRC_URI[md5sum] = "6193afccc0982abedb9b7711d0d6adb0" +SRC_URI[sha256sum] = "d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a" + +inherit pypi + +DEPENDS += "${PYTHON_PN}-pytest-runner-native" + +RDEPENDS_${PN} += "${PYTHON_PN}-paste" -- cgit v1.2.3-54-g00ecf