diff options
| author | Guðni Már Gilbert <gudnimar@noxmedical.com> | 2024-04-18 09:25:53 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-23 15:18:30 -0700 |
| commit | 94a65e3ff65f69bad8f34690ce1b36cb97b039c0 (patch) | |
| tree | e655d2beb406ad8233d32f69d8be3c5d01e26da0 /meta-python/recipes-devtools/python | |
| parent | 0dba41b51f1d3aabbfc0c4c9f56215be20001f54 (diff) | |
| download | meta-openembedded-94a65e3ff65f69bad8f34690ce1b36cb97b039c0.tar.gz | |
python3-txdbus: cleanup RDEPENDS
python3-six is no longer a dependency and Python 2 support has already been dropped.
Change python3-twisted to python3-twisted-core such that only required modules
are installed.
Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 index d579ca0441..1232f5e99f 100644 --- a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | |||
| @@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8e | |||
| 9 | 9 | ||
| 10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} += "python3-six python3-twisted" | 12 | RDEPENDS:${PN} += "python3-twisted-core" |
