diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
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 |