aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb b/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb
deleted file mode 100644
index 841b84ddf6..0000000000
--- a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-SUMMARY = "A Python 3 client for the beanstalkd work queue"
-HOMEPAGE = "https://github.com/mayhewj/greenstalk"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f"
-
-SRC_URI[sha256sum] = "0020970abdb6f400586938573cbbec80410e83805d61e46cf76ea3ed71129257"
-
-RDEPENDS:${PN} += "python3-io python3-core"
-
-inherit pypi
-inherit setuptools3