mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/python-txdbus: drop python2 support
Txdbus is built on top of twisted, which is python3 only since commit
f1db1922e4 (package/python-twisted: Needs python 3), so propagate the
python3 dependency.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_TXDBUS
|
config BR2_PACKAGE_PYTHON_TXDBUS
|
||||||
bool "python-txdbus"
|
bool "python-txdbus"
|
||||||
|
depends on BR2_PACKAGE_PYTHON3 # python-twisted
|
||||||
select BR2_PACKAGE_PYTHON_TWISTED # runtime
|
select BR2_PACKAGE_PYTHON_TWISTED # runtime
|
||||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||||
help
|
help
|
||||||
|
|||||||
Reference in New Issue
Block a user