blob: 7fc8c65e5ad3557f7c06527449f754377a874619 (
plain)
1
2
3
4
5
6
7
8
9
10
|
inherit pypi setuptools
require python-twisted.inc
RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib"
# Not yet ported to py3 yet available in py2
# See src/twisted/python/_setup.py -- notPortedModules
RDEPENDS_${PN} += "\
${PN}-news \
"
|