From 13bd4f0e8be88238a0a209c446954b3c8fa9c8c6 Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 14 Aug 2014 11:25:20 -0500 Subject: add more specific twisted dependencies --- debian/changelog | 6 ++++++ debian/control | 2 +- pkg/requirements.pip | 2 +- 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 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 -- cgit v1.2.3