diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb')
-rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb index cf2c98bba..a117f1720 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb @@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8e inherit pypi setuptools3 -RDEPENDS_${PN} += "python3-six python3-twisted" +RDEPENDS:${PN} += "python3-six python3-twisted" |