summaryrefslogtreecommitdiff
path: root/stdeb.cfg
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-10-11 20:08:23 -0700
committerMicah Lee <micah@micahflee.com>2018-10-11 20:08:23 -0700
commitb91f1d71bb9f3c5376b43011d948112e86eed50b (patch)
treef1a9827dbcac2df268e149068b8ab0f0f60d359d /stdeb.cfg
parentf8f705313b01386c5d8ab708d8d4034bf19f5d8c (diff)
downloadonionshare-b91f1d71bb9f3c5376b43011d948112e86eed50b.tar.gz
onionshare-b91f1d71bb9f3c5376b43011d948112e86eed50b.zip
Bump python required version down to 3.5.3, and finish removing python3-nacl as a dependency
Diffstat (limited to 'stdeb.cfg')
-rw-r--r--stdeb.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdeb.cfg b/stdeb.cfg
index 2fc3d3bf..0980ef54 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
[DEFAULT]
Package3: onionshare
-Depends3: python3-flask, python3-stem, python3-pyqt5, python3-cryptography, python3-crypto, python3-nacl, python3-socks, python-nautilus, tor, obfs4proxy
-Build-Depends: python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-cryptography, python3-crypto, python3-nacl, python3-socks, python-nautilus, tor, obfs4proxy
+Depends3: python3-flask, python3-stem, python3-pyqt5, python3-cryptography, python3-crypto, python3-socks, python-nautilus, tor, obfs4proxy
+Build-Depends: python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-cryptography, python3-crypto, python3-socks, python-nautilus, tor, obfs4proxy
Suite: bionic
-X-Python3-Version: >= 3.6
+X-Python3-Version: >= 3.5.3