From bd7e81a62f7cfa98e8536f28e3d39a5ac42e7a19 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Wed, 15 Apr 2020 18:32:09 +0200 Subject: [PATCH] debian: add python3 dependancies --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d12ce86..5b68da2 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,6 @@ Description: Django application and library for importing and exporting data Package: python3-django-import-export Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python3:Depends} Description: Django application and library for importing and exporting data with included admin integration.