diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-twisted_17.9.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb b/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb index 3b4511077..2be1709d0 100644 --- a/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb +++ b/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb @@ -1,4 +1,4 @@ inherit pypi setuptools require python-twisted.inc -RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib" +RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" |