aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb
blob: c08644f985734c83ad3bbd3e8bca20d1d1032536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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=57609488f8ad28ebf6844a5169a85215"

PYPI_PACKAGE = "PasteDeploy"

SRC_URI[md5sum] = "f1e62dc76092433b7ae150cd81603fbd"
SRC_URI[sha256sum] = "e7559878b6e92023041484be9bcb6d767cf4492fc3de7257a5dae76a7cc11a9b"

inherit setuptools3 pypi

DEPENDS += "${PYTHON_PN}-pytest-runner-native"

RDEPENDS_${PN} += " \
	${PYTHON_PN}-paste \
	${PYTHON_PN}-setuptools \
"