From 7ba533db50f2be6c24c37d234da0fdf1985df2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 12 Aug 2016 23:02:14 +0200 Subject: [PATCH] Removed depends which are added automatically by dh-python --- debian/control | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index af8b2c8..cb90ea9 100644 --- a/debian/control +++ b/debian/control @@ -54,10 +54,7 @@ Description: lightweight database migration tool for SQLAlchemy Package: python-alembic Architecture: all -Depends: python-editor, - python-mako, - python-pkg-resources, - python-sqlalchemy, +Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}, Breaks: alembic (<< 0.6.3+ds-2), @@ -79,10 +76,7 @@ Description: lightweight database migration tool for SQLAlchemy - Python 2.x Package: python3-alembic Architecture: all -Depends: python3-editor, - python3-mako, - python3-pkg-resources, - python3-sqlalchemy, +Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends},