summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb11
2 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index e85736cd13..e4e67221f7 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -412,6 +412,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
412 python3-twitter \ 412 python3-twitter \
413 python3-twofish \ 413 python3-twofish \
414 python3-txaio \ 414 python3-txaio \
415 python3-txdbus \
415 python3-txws \ 416 python3-txws \
416 python3-typed-ast \ 417 python3-typed-ast \
417 python3-typeguard \ 418 python3-typeguard \
diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
new file mode 100644
index 0000000000..f521a9a68b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb
@@ -0,0 +1,11 @@
1SUMMARY = "A native Python implementation of the DBus protocol for Twisted applications."
2AUTHOR = "Tom Cocagne"
3HOMEPAGE = "https://pypi.org/project/txdbus/"
4SECTION = "devel/python"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://README.rst;beginline=32;endline=32;md5=2141358b0bce85fc45216ba91735ad50"
7
8SRC_URI[md5sum] = "d397357dee78750385f92ca9c6c1f063"
9SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97"
10
11inherit pypi setuptools3