diff options
author | Christophe Vu-Brugier <cvubrugier@fastmail.fm> | 2014-10-27 10:26:11 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-27 19:30:53 +0100 |
commit | 42c2da0d8ac0347b90d0413639bbea4861732c3e (patch) | |
tree | 917e03f695513181d858f8f02a7acb7d758724de /package/python-rtslib-fb/Config.in | |
parent | 54e8fb12d3a75550b0151cc810b75a9131142cd7 (diff) | |
download | buildroot-42c2da0d8ac0347b90d0413639bbea4861732c3e.tar.gz buildroot-42c2da0d8ac0347b90d0413639bbea4861732c3e.zip |
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/python-rtslib-fb/Config.in')
-rw-r--r-- | package/python-rtslib-fb/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-rtslib-fb/Config.in b/package/python-rtslib-fb/Config.in index b2aebcf055..119b63bf14 100644 --- a/package/python-rtslib-fb/Config.in +++ b/package/python-rtslib-fb/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_PYTHON_RTSLIB_FB bool "python-rtslib-fb" - depends on BR2_PACKAGE_PYTHON + depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3 help rtslib-fb is an object-based Python library for configuring the LIO generic SCSI target, present in 3.x Linux kernel |