From 6ad009e085084213dabafa3a1d151992badd3cc9 Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Sun, 14 Jun 2026 20:28:20 +0200 Subject: [PATCH] chore(debian): update Build-Depends for pyproject.toml migration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop python3-setuptools (no longer needed — setup.py was removed, pybuild-plugin-pyproject handles the build). Add python3-pytest-cov to match the new test dependency. Also fix inconsistent indentation on the pytest-django line. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c85768e..5c7bec3 100644 --- a/debian/control +++ b/debian/control @@ -22,12 +22,12 @@ Build-Depends: debhelper-compat (= 13), python3-pyproj , python3-requests , python3-rtree , - python3-setuptools, python3-shapely, python3-sqlalchemy, python3-pygml, python3-pytest , - python3-pytest-django + python3-pytest-cov , + python3-pytest-django Standards-Version: 4.7.2 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/geopython/pygeofilter