summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
deleted file mode 100644
index ac4b8c2aa..000000000
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "language bindings for libdbus, for Python 3.5 or later"
-HOMEPAGE = "https://github.com/ldo/dbussy"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
-
-SRC_URI = "git://github.com/ldo/dbussy.git"
-
-SRCREV = "d0ec0223f3797e1612d835e71694a1083881149f"
-
-S = "${WORKDIR}/git"
-
-inherit distutils3
-
-RDEPENDS_${PN} += "\
- python3-asyncio \
- python3-core \
- python3-ctypes \
- python3-xml \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-