summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.2.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.2.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.2.bb
deleted file mode 100644
index 73378baffd..0000000000
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.2.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "A collection of framework independent HTTP protocol utils."
-HOMEPAGE = "https://github.com/MagicStack/httptools"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0a2d82955bf3facdf04cb882655e840e"
-
-inherit pypi setuptools3 ptest
-
-SRC_URI[sha256sum] = "ae694efefcb61317c79b2fa1caebc122060992408e389bb00889567e463a47f1"
-
-SRC_URI += " \
- file://run-ptest \
-"
-
-RDEPENDS:${PN}-ptest += " \
- python3-pytest \
- python3-unittest-automake-output \
-"
-
-do_install_ptest() {
- install -d ${D}${PTEST_PATH}/tests
- cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}