From 50a2613535fcd2461bbd449dc2abc53e20a32dd7 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 2 Jul 2020 13:11:52 +0200 Subject: [PATCH] debian: fix dependency on python-six in py3 package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9010e4e..22c7e5a 100644 --- a/debian/control +++ b/debian/control @@ -13,5 +13,5 @@ Description: helper library for python-ldap and openldap Package: python3-ldaptools Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, python3-ldap, python-six +Depends: ${misc:Depends}, ${python3:Depends}, python3-ldap, python3-six Description: helper library for python-ldap and openldap