diff options
author | Derek Straka <derek@asterius.io> | 2017-11-01 13:33:03 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-15 16:31:31 -0800 |
commit | e410b5c54373ce9539f2df9840e3d987f319ee6c (patch) | |
tree | 9a94e5d5eb09ee3e589d37f9def390969e5cc82a /meta-python/recipes-devtools/python/python-twisted_17.9.0.bb | |
parent | 2b6ae2d951df1050bf4fe0734ece750d0fef2faf (diff) | |
download | meta-openembedded-e410b5c54373ce9539f2df9840e3d987f319ee6c.tar.gz |
python-twisted: clean-up the dependencies
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 @@ | |||
1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
2 | require python-twisted.inc | 2 | require python-twisted.inc |
3 | 3 | ||
4 | RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib" | 4 | RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" |