summaryrefslogtreecommitdiff
path: root/package/targetcli-fb/Config.in
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>2014-10-27 10:26:11 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-27 19:30:53 +0100
commit42c2da0d8ac0347b90d0413639bbea4861732c3e (patch)
tree917e03f695513181d858f8f02a7acb7d758724de /package/targetcli-fb/Config.in
parent54e8fb12d3a75550b0151cc810b75a9131142cd7 (diff)
targetcli-fb: allow to build with Python 3
Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/targetcli-fb/Config.in')
-rw-r--r--package/targetcli-fb/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/targetcli-fb/Config.in b/package/targetcli-fb/Config.in
index dcc6a542f..ee241ef9e 100644
--- a/package/targetcli-fb/Config.in
+++ b/package/targetcli-fb/Config.in
@@ -1,9 +1,9 @@
-comment "targetcli-fb depends on python"
- depends on !BR2_PACKAGE_PYTHON
+comment "targetcli-fb depends on Python"
+ depends on !BR2_PACKAGE_PYTHON && !BR2_PACKAGE_PYTHON3
config BR2_PACKAGE_TARGETCLI_FB
bool "targetcli-fb"
- depends on BR2_PACKAGE_PYTHON
+ depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
select BR2_PACKAGE_PYTHON_RTSLIB_FB
help