summaryrefslogtreecommitdiff
path: root/stdeb.cfg
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2016-02-12 14:34:19 -0800
committerMicah Lee <micah@micahflee.com>2016-02-12 14:34:19 -0800
commit170811f450b801c03111b1a6ae59ed9808d1bead (patch)
treecddee3ab9af40eb640156f9ae1f3ad4208b00df0 /stdeb.cfg
parentb2bda8294ac3e0af76cacdf3a3c02ae5a3740e0c (diff)
downloadonionshare-170811f450b801c03111b1a6ae59ed9808d1bead.tar.gz
onionshare-170811f450b801c03111b1a6ae59ed9808d1bead.zip
Porting onionshare from python2 to python3 (#261). This commit only ports the CLI version, not the GUI. Has not been tested in Fedora, Windows, or OSX. Removed hack to make unicode filenames work because hack does not work in python3. Replaced constant_time_compare function with a new one that works in python3. Tweaked hidden service checking code because urllib is different in python3.
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 7028f47f..5645322b 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,5 +1,5 @@
[DEFAULT]
-Package: onionshare
-Depends: python-flask, python-stem, python-qt4
-Build-Depends: dh-python
+Package3: onionshare
+Depends3: python3-flask, python3-stem, python3-pyqt5
+Build-Depends3: python3-stdeb, python3-nose
Suite: trusty