diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-12 03:16:54 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-12 03:16:54 +0000 |
| commit | b53ad3d7308ad2e85496fce8af27a59ec076f958 (patch) | |
| tree | 8e9df6c67c8b176f240c06b6e12188c3f2f69d3c /meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb | |
| parent | f63bba0cba3ef549507d3258f6f5b1265d121c50 (diff) | |
| download | meta-cloud-services-b53ad3d7308ad2e85496fce8af27a59ec076f958.tar.gz | |
python: drop recipes provided elsewhere
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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.bb | 19 |
1 files changed, 0 insertions, 19 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 deleted file mode 100644 index 7fc062a..0000000 --- a/meta-openstack/recipes-devtools/python/python3-pastedeploy_2.1.0.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "Load, configure, and compose WSGI applications and servers" | ||
| 2 | HOMEPAGE = "http://pythonpaste.org/deploy/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=57609488f8ad28ebf6844a5169a85215" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "PasteDeploy" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "f1e62dc76092433b7ae150cd81603fbd" | ||
| 10 | SRC_URI[sha256sum] = "e7559878b6e92023041484be9bcb6d767cf4492fc3de7257a5dae76a7cc11a9b" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | ${PYTHON_PN}-paste \ | ||
| 18 | ${PYTHON_PN}-setuptools \ | ||
| 19 | " | ||
