Skip to content
Commits on Source (2)
......@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 11),
python3-scipy,
python3-setuptools,
python3-xarray
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-geotiepoints
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-geotiepoints.git
Homepage: https://github.com/pytroll/python-geotiepoints
......
......@@ -2,9 +2,8 @@
set -efu
PYS=${PYS:-"$(py3versions -r 2>/dev/null)"}
TESTPKG=${TESTPKG:-pyresample}
cd "$ADTTMP"
cd "$AUTOPKGTEST_TMP"
for py in $PYS; do
echo "=== $py ==="
......