소스 검색

package/python-txdbus: drop python2 support

Txdbus is built on top of twisted, which is python3 only since commit
f1db1922e460d4f (package/python-twisted: Needs python 3), so propagate the
python3 dependency.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 3 년 전
부모
커밋
fed1136215
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/python-txdbus/Config.in

+ 1 - 0
package/python-txdbus/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_TXDBUS
 	bool "python-txdbus"
+	depends on BR2_PACKAGE_PYTHON3 # python-twisted
 	select BR2_PACKAGE_PYTHON_TWISTED # runtime
 	select BR2_PACKAGE_PYTHON_SIX # runtime
 	help