summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Streicher <olebole@debian.org>2022-01-03 09:00:17 +0100
committerOle Streicher <olebole@debian.org>2022-01-03 09:00:17 +0100
commitee91084bb1dd6d4bd243ec54f15d897ed5317b2c (patch)
tree87f24469bd32e21d39eae38811f2d077e5c1aecb
parentad032afdb7d6e0617558f8c994897d04ab1c9360 (diff)
Remove obsoleted versionized build dependency
-rw-r--r--debian/control11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index e102c5a..f46b6b3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,23 @@
Source: pytest-arraydiff
-Section: python
-Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
+Section: python
+Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-numpy,
- python3-pytest (>= 2.8),
+ python3-pytest,
python3-setuptools
Standards-Version: 4.2.1
-Homepage: https://github.com/astropy/pytest-arraydiff
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-arraydiff
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-arraydiff.git
+Homepage: https://github.com/astropy/pytest-arraydiff
Package: python3-pytest-arraydiff
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends}
Description: Pytest plugin to generate and compare data arrays
The basic idea is that you can write a test that generates a Numpy array
(or other related objects depending on the format). You can then either