summaryrefslogtreecommitdiff
path: root/stdeb.cfg
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-02-20 10:51:33 -0800
committerMicah Lee <micah@micahflee.com>2019-02-20 10:51:33 -0800
commit1e7f1c3b8895c9c1330ef731f603ad8578711f34 (patch)
treeac8541ea1452588c1ac9776d9b259dc77eeb1dd8 /stdeb.cfg
parentcdcceca98d0700182b8f9632ff2636bee8d763ad (diff)
downloadonionshare-1e7f1c3b8895c9c1330ef731f603ad8578711f34.tar.gz
onionshare-1e7f1c3b8895c9c1330ef731f603ad8578711f34.zip
Remove python3-distutils as a dependency because it isn't in every debian, and also doesn't seem necessary; and change the default suite to cosmic to make the PPA release simpler
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 585ccae7..0adbac43 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
[DEFAULT]
Package3: onionshare
-Depends3: python3, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
-Build-Depends: python3, python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python3-requests, python-nautilus, tor, obfs4proxy
-Suite: bionic
+Depends3: python3, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python-nautilus, tor, obfs4proxy
+Build-Depends: python3, python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-requests, python-nautilus, tor, obfs4proxy
+Suite: cosmic
X-Python3-Version: >= 3.5.3