From 6398b0d8121613e49ba4088744454e96501c1f1f Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 26 Jul 2022 00:38:34 +0000 Subject: [PATCH] Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on python3-numpy. * python3-orbit-predictor: Drop versioned constraint on python3-numpy in Depends. Changes-By: deb-scrub-obsolete --- debian/changelog | 9 +++++++++ debian/control | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e1394b..981431f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +orbit-predictor (1.14.2-2) UNRELEASED; urgency=medium + + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on python3-numpy. + + python3-orbit-predictor: Drop versioned constraint on python3-numpy in + Depends. + + -- Debian Janitor Tue, 26 Jul 2022 00:38:34 -0000 + orbit-predictor (1.14.2-1) unstable; urgency=medium * New upstream release (1.14.2): diff --git a/debian/control b/debian/control index 681c6a7..139d956 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, - python3-numpy (>= 1.8.2), + python3-numpy, python3-sgp4 (>= 2.5) Standards-Version: 4.5.1 Homepage: https://github.com/satellogic/orbit-predictor/ @@ -19,7 +19,7 @@ Package: python3-orbit-predictor Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, - python3-numpy (>= 1.8.2), + python3-numpy, python3-sgp4 (>= 2.5), python3-requests Description: Python library to propagate satellite orbits -- GitLab