Bas Couwenberg pushed to branch master at Debian GIS Project / python-osmapi
Commits: 5a9cf255 by Bas Couwenberg at 2025-12-15T21:42:31+01:00 Annotate build dependencies with nocheck. - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ python-osmapi (4.3.0+ds-2) UNRELEASED; urgency=medium * Update lintian overrides. * Drop Rules-Requires-Root: no, default since dpkg 1.22.13. * Use test-build-validate-cleanup instead of test-build-twice. + * Annotate build dependencies with nocheck. -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:20:55 +0100 ===================================== debian/control ===================================== @@ -9,13 +9,13 @@ Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-dotenv, - python3-flake8, - python3-pytest, - python3-pytest-cov, + python3-flake8 <!nocheck>, + python3-pytest <!nocheck>, + python3-pytest-cov <!nocheck>, python3-requests, - python3-responses, + python3-responses <!nocheck>, python3-setuptools, - python3-xmltodict + python3-xmltodict <!nocheck> Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-osmapi Vcs-Git: https://salsa.debian.org/debian-gis-team/python-osmapi.git View it on GitLab: https://salsa.debian.org/debian-gis-team/python-osmapi/-/commit/5a9cf255b3305530311e10339a28c397fb33ab65 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-osmapi/-/commit/5a9cf255b3305530311e10339a28c397fb33ab65 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
