1c10095945
Although the package claims to support both python2 and python3, there are some places which contain python3-only code (mainly asyncio-related). We can try to tweak some of the files in order to make it work with python2, but it doesn't worth the effort since python2 isn't maintained for a long time. Update the reverse recursive dependencies accordingly. Fixes: - http://autobuild.buildroot.net/results/356c6b09566c6020dc320eb89da791581571cb7f/ Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
480 B
Plaintext
16 lines
480 B
Plaintext
comment "targetcli-fb depends on Python"
|
|
depends on !BR2_PACKAGE_PYTHON3
|
|
|
|
config BR2_PACKAGE_TARGETCLI_FB
|
|
bool "targetcli-fb"
|
|
depends on BR2_PACKAGE_PYTHON3 # python-configshell-fb
|
|
select BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
|
|
select BR2_PACKAGE_PYTHON_RTSLIB_FB
|
|
select BR2_PACKAGE_PYTHON_SIX
|
|
help
|
|
targetcli-fb is a command-line interface for configuring the
|
|
LIO generic SCSI target, present in 3.x Linux kernel
|
|
versions.
|
|
|
|
https://github.com/open-iscsi/targetcli-fb
|