From 6abef3b1788d31fb0c27936f375a806fa5e7c05b Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 8 Jul 2016 14:43:24 +0200 Subject: [PATCH] debian: dependencies fix --- debian/control | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 3d31a97..e474717 100644 --- a/debian/control +++ b/debian/control @@ -6,14 +6,10 @@ Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper Standards-Version: 3.9.1 + Package: python-emails Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, - python-cssutils, - python-lxml, - python-chardet, - python-dateutil, - python-requests +Depends: ${misc:Depends}, ${python:Depends} Description: Modern python library for emails. python-emails ~~~~~~~~~~~~~