mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

The work on twisted to ensure python3 compatability is nearing completion, as per their python3 tracker page: https://twistedmatrix.com/trac/milestone/Python-3.x Create a common .inc file and a new python3-* recipe to match other python3 packages. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
5 lines
127 B
BlitzBasic
5 lines
127 B
BlitzBasic
inherit pypi setuptools
|
|
require python-twisted.inc
|
|
|
|
RDEPENDS_${PN}-core = "python-core python-zopeinterface python-contextlib"
|