summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Dewender <github@JonnyJD.net>2013-10-30 23:27:21 +0100
committerJohannes Dewender <github@JonnyJD.net>2013-10-30 23:28:04 +0100
commitb49fc69c79b19f6c286e285d35f7d7de45b84779 (patch)
tree50d57a3d64e8bef19271741d9af1ae8154ba685c
parent0d7d8ce80710f1e4e1088c4cb6d4a858b4396c89 (diff)
downloadtargetcli-b49fc69c79b19f6c286e285d35f7d7de45b84779.tar.gz
debian: don't use :any in python3 dependency
python3:any only works in very recent Debian systems (unstable) Signed-off-by: Johannes Dewender <github@JonnyJD.net>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 42226ae..d024531 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ X-Python3-Version: >= 3.1
Package: targetcli-fb
Architecture: all
-Depends: python3:any (>= 3.1), ${misc:Depends}, python3-configshell-fb, python3-rtslib-fb
+Depends: python3 (>= 3.1), ${misc:Depends}, python3-configshell-fb, python3-rtslib-fb
Conflicts: targetcli, targetcli-frozen, lio-utils
Description: CLI shell for the RisingTide Systems target (free branch).
.