blob: fa38d309b80a838696989014fd882edba55b726f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
diff --git a/debian/changelog b/debian/changelog
index 84028db..d6c86c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-zstandard (0.11.1-1.deb8moz1) jessie; urgency=low
+
+ * Remove build dependencies so package builds on jessie.
+
+ -- Mike Hommey <glandium@mozilla.com> Thu, 25 Jul 2019 14:43:17 +0900
+
python-zstandard (0.9.1-1) unstable; urgency=low
* Initial Debian packaging definition.
diff --git a/debian/control b/debian/control
index 43bbd46..720082f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,6 @@ Build-Depends:
dh-python,
python-all-dev,
python3-all-dev,
- python-hypothesis,
- python3-hypothesis,
python-nose,
python3-nose,
python-setuptools,
|