removing QtWebkit as a dependency for PyInstaller and for building the .deb

This commit is contained in:
Micah Lee 2014-08-18 12:14:58 -07:00
parent 4ad2dda3a2
commit 7a26178e26
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,9 @@
# import stuff for pyinstaller to find
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging
from PyQt4 import QtCore, QtGui, QtWebKit
import stem, stem.control, flask
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging, ctypes
import stem, stem.control, flask, itsdangerous
from __future__ import division
from PyQt4 import QtCore, QtGui
import onionshare, onionshare_gui
onionshare_gui.main()

View file

@ -1,4 +1,4 @@
[DEFAULT]
Package: onionshare
Depends: python-flask, python-stem, python-qt4
Depends: python-flask, python-stem
Suite: trusty