summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@katsi>2014-08-14 11:25:20 -0500
committerkali <kali@katsi>2014-08-14 11:25:20 -0500
commit13bd4f0e8be88238a0a209c446954b3c8fa9c8c6 (patch)
treec7575dd7ef38e03058631c1e3d5bf4e2b1911e60
parent0a3e7ef8fb1c55153a32384555fd8e68a66e5383 (diff)
add more specific twisted dependencies
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--pkg/requirements.pip2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index adca464..982e710 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+leap-mail (0.3.9.1) unstable; urgency=medium
+
+ * Change twisted dependency for more specific sub-packages.
+
+ -- Ben Carrillo <ben@futeisha.org> Thu, 14 Aug 2014 11:24:06 -0500
+
leap-mail (0.3.9) unstable; urgency=low
* Update to 0.3.9 release
diff --git a/debian/control b/debian/control
index 3aa8fc3..904f960 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.5
Package: leap-mail
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core, python-twisted-mail
Suggests: bitmask
Description: Mail Services provided by Bitmask, the LEAP Client.
This package contains the client-side python components that the desktop
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index f10ea2a..53b4f13 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -2,6 +2,6 @@ zope.interface
leap.soledad.client>=0.5.0
leap.common>=0.3.7
leap.keymanager>=0.3.8
-twisted # >= 12.0.3 ??
+#twisted # removed for debian package
zope.proxy
enum