summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2013-10-30 16:03:33 -0700
committerAndy Grover <agrover@redhat.com>2013-10-30 16:03:33 -0700
commit8fe70c80b5467630ba0bb214b7bf4bf3365902b4 (patch)
tree50d57a3d64e8bef19271741d9af1ae8154ba685c
parent0d7d8ce80710f1e4e1088c4cb6d4a858b4396c89 (diff)
parentb49fc69c79b19f6c286e285d35f7d7de45b84779 (diff)
downloadtargetcli-8fe70c80b5467630ba0bb214b7bf4bf3365902b4.tar.gz
Merge pull request #31 from JonnyJD/python3_any
Problem with detecting Python3 on Debian
-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).
.