From bb69a9634055be1a42f4539e96342846891a544c Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 6 Sep 2018 15:00:26 -0400 Subject: [PATCH] depend on python3-pallets-sphinx-themes --- debian/changelog | 1 + debian/control | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0b82540..1089351 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-click (6.7+git20180829-1) UNRELEASED; urgency=medium * New upstream snapshot. * Remove unneeded patches. + * Depend on python3-pallets-sphinx-themes. -- Alexandre Viau Thu, 06 Sep 2018 14:55:26 -0400 diff --git a/debian/control b/debian/control index 8b8f603..3c3ed9f 100644 --- a/debian/control +++ b/debian/control @@ -6,12 +6,11 @@ Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, - python-sphinx, - python-docutils, python3-all, python3-setuptools, python3-sphinx, - python3-docutils + python3-docutils, + python3-pallets-sphinx-themes, Build-Depends-Indep: python-requests, python-pytest, python-colorama,