From b86ee01f5e76435ea128bdb84b97c8809da0ae09 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 1 Nov 2017 14:18:50 +0000 Subject: 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 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 4377f888..b9dbaa04 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,9 @@ Build-Depends: debhelper (>= 9.20160709), libnuma-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 -- cgit 1.2.3-korg