summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2014-08-14 11:18:49 -0500
committerkali <kali@leap.se>2014-08-14 11:34:13 -0500
commit20926dc2c3218c8fac1a3b4553a50b3db485dd2d (patch)
tree2502508bb14fef4be283151549ba0cb0496d05c3
parent3964a05f1842dc76fec31e27b3815e70cbe81ba7 (diff)
more specific library dependencies
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
-rw-r--r--pkg/requirements.pip2
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index e3704327..7de17bdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-bitmask (0.6.1~rc2) unstable; urgency=medium
+bitmask (0.6.1~rc3) unstable; urgency=medium
* Update to 0.6.1 release
diff --git a/debian/control b/debian/control
index 983f6868..7fabcf83 100644
--- a/debian/control
+++ b/debian/control
@@ -33,9 +33,10 @@ Depends:
python-jsonschema (>= 0.7.0),
python-setuptools,
openvpn,
- python-pyside,
python-pyside.qtcore,
python-pyside.qtgui,
+ python-pyside.qtsvg,
+ python-twisted-core,
python-leap-common,
leap-mail,
soledad-client
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index bf05aa28..837a7045 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -14,7 +14,7 @@ python-dateutil
psutil
ipaddr
-twisted
+#twisted # removed for debian package
python-daemon # this should not be needed for Windows.
keyring
zope.proxy