diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-11-01 14:18:50 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-11-01 14:18:50 +0000 |
commit | b86ee01f5e76435ea128bdb84b97c8809da0ae09 (patch) | |
tree | b5f75fcdff10e55f8d4ca46f977dca576d76fdeb /debian | |
parent | 506ba743b7d94d52cc169830a23bf089f25ed3a1 (diff) |
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 <luca.boccassi@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 |
1 files 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 <!nodoc>, - python-sphinx-rtd-theme <!nodoc>, + python3, + python3-sphinx <!nodoc>, + python3-sphinx-rtd-theme <!nodoc>, texlive-fonts-recommended <!nodoc>, texlive-latex-extra <!nodoc> Standards-Version: 4.1.0 |