Alexandre Detiste pushed to branch master at Debian Med / pycoqc
Commits: f584d2e1 by Alexandre Detiste at 2025-01-18T02:59:47+01:00 add dependency on python3-pkg-resources - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pycoqc (2.5.2+dfsg-4) unstable; urgency=medium + + * Team upload. + * Add explicit runtime dependency on python3-pkg-resources + + -- Alexandre Detiste <[email protected]> Sat, 18 Jan 2025 02:59:32 +0100 + pycoqc (2.5.2+dfsg-3) unstable; urgency=medium * Really fix watch file ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3, python3-setuptools Standards-Version: 4.6.0 @@ -17,6 +17,7 @@ Package: pycoqc Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, + python3-pkg-resources, python3-numpy, python3-scipy, python3-pandas, ===================================== debian/rules ===================================== @@ -7,4 +7,4 @@ include /usr/share/dpkg/default.mk export PYBUILD_NAME=pycoqc %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/med-team/pycoqc/-/commit/f584d2e190a9cca9dfe459302e58f160e5186c35 -- View it on GitLab: https://salsa.debian.org/med-team/pycoqc/-/commit/f584d2e190a9cca9dfe459302e58f160e5186c35 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
