From 3e1c9f59bb89aefd707b955f5620e75545e4d8f7 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 1 Nov 2017 14:18:50 +0000 Subject: [PATCH] Depend on Python 3 Sphinx packages rather than Python 2 Python 2 is going to be removed from Debian at some point, so build-depend on Python 3 packages instead. Fixes Lintian Warning: build-depends-on-python-sphinx-only Change-Id: Id17189a91436d776ce35a4c73ed746abc968f74f Signed-off-by: Luca Boccassi (cherry picked from commit b86ee01f5e76435ea128bdb84b97c8809da0ae09) Signed-off-by: Luca Boccassi --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 45082c96..33b9458a 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 9.20160709), libpcap-dev, libxen-dev [amd64 arm64 i386], libxenstore3.0 [amd64 arm64 i386], - python, - python-sphinx , - python-sphinx-rtd-theme , + python3, + python3-sphinx , + python3-sphinx-rtd-theme , texlive-fonts-recommended , texlive-latex-extra Standards-Version: 4.1.0 -- 2.16.6