summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodo-Merle Sandor <sbodomerle@gmail.com>2018-07-30 20:25:37 +0200
committerBodo-Merle Sandor <sbodomerle@gmail.com>2018-07-30 20:25:37 +0200
commit64d41d83ed536c798276e5ef53a34f8c858217aa (patch)
tree15d7a7124d1c3aa2ec2eb0606e21247d6cb10cdc
parentcf5dcad0f7655949d6a5575f637eec558c256424 (diff)
doc: depend on python-mock
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1164680..dc6cc66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pytango (9.2.4-1) UNRELEASED; urgency=medium
* New upstream version 9.2.4
- Python 3.7 compatibility (Closes: #904298)
* Update Standards-Version to 4.1.5 (no changes required)
+ * Depend on python-mock for generating the docs
-- Sandor Bodo-Merle <sbodomerle@gmail.com> Mon, 30 Jul 2018 19:20:08 +0200
diff --git a/debian/control b/debian/control
index 62cef35..cb16b8d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 10),
python-all-dev,
python-concurrent.futures <!nodoc>,
python-gevent <!nodoc>,
+ python-mock <!nodoc>,
python-numpy,
python-setuptools,
python-six,
@@ -20,6 +21,7 @@ Build-Depends: debhelper (>= 10),
python-sphinx-rtd-theme <!nodoc>,
python3-all-dev,
python3-gevent <!nodoc>,
+ python3-mock <!nodoc>,
python3-numpy,
python3-setuptools,
python3-six,