From f396cf35cd05e97709fe743d3ef225b054238ab3 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Fri, 2 Nov 2012 13:53:41 +0200 Subject: [PATCH] Fix the python-sendfile dependency --- debian/control | 2 +- debian/pydist-overrides | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 debian/pydist-overrides diff --git a/debian/control b/debian/control index dd8f964..13337d2 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: https://code.grnet.gr/projects/snf-image-creator Package: snf-image-creator Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-progress (>=1.0.2), python-ansicolors, python-dialog, kamaki, python-guestfs +Depends: ${misc:Depends}, ${python:Depends}, python-progress (>=1.0.2), python-ansicolors, python-dialog, kamaki, python-guestfs, python-sendfile XB-Python-Version: ${python:Versions} Description: Synnefo Image Creator snf-image-creator is a command line tool for creating OS images to be used diff --git a/debian/pydist-overrides b/debian/pydist-overrides new file mode 100644 index 0000000..6865beb --- /dev/null +++ b/debian/pydist-overrides @@ -0,0 +1 @@ +py-sendfile python-sendfile -- GitLab