summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-01-04 15:17:34 -0800
committerMicah Lee <micah@micahflee.com>2019-01-04 15:17:34 -0800
commit6cb76700379ce1b78f94967c514fc42c72044ba0 (patch)
tree0fcb72b0f6e96f8fe827af48704f8796cc818037
parent998c0ebf2327d86098045166b78a9dde8bac3d65 (diff)
downloadonionshare-6cb76700379ce1b78f94967c514fc42c72044ba0.tar.gz
onionshare-6cb76700379ce1b78f94967c514fc42c72044ba0.zip
Add python3 to Build-Depends
-rw-r--r--stdeb.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdeb.cfg b/stdeb.cfg
index f32730fa..de6c52c2 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
[DEFAULT]
Package3: onionshare
-Depends3: python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
-Build-Depends: python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
+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, python-nautilus, tor, obfs4proxy
Suite: bionic
X-Python3-Version: >= 3.5.3