X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-webtest_2.0.33.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-webtest_2.0.33.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=8828fbed7360744f429b71099c6388615c879020;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-webtest_2.0.33.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-webtest_2.0.33.bb deleted file mode 100644 index 8828fbe..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-webtest_2.0.33.bb +++ /dev/null @@ -1,14 +0,0 @@ - -DESCRIPTION = "This wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server." -HOMEPAGE = "https://pypi.python.org/pypi/WebTest/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://license.rst;md5=64f013a9d7a2a8ffc8d016a2d4214bcd" - -PYPI_PACKAGE = "WebTest" - -RDEPENDS_${PN} += "${PYTHON_PN}-beautifulsoup4" - -SRC_URI[md5sum] = "dd0385c725b85ac1e8079f38d2acd7b1" -SRC_URI[sha256sum] = "41348efe4323a647a239c31cde84e5e440d726ca4f449859264e538d39037fd0" -inherit setuptools3 pypi