Your message dated Sat, 29 Apr 2023 10:54:14 +0100
with message-id
<502b8fb37ece620c9723446611a9287974ba5a0c.ca...@adam-barratt.org.uk>
and subject line Closing p-u requests for fixes included in 11.7
has caused the Debian Bug report #1025329,
regarding bullseye-pu: package cwltool/3.0.20210124104916-3+deb11u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1025329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025329
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bullseye
User: [email protected]
Usertags: pu
X-Debbugs-Cc: [email protected]
[ Reason ]
cwltool is not usable without the python3-distutils package also
installed. This is rare, but can happen on fresh Debian installs.
I discovered this today while testing instructions for WSL2 users.
The cwltool version in unstable/testing does not have this problem.
[ Impact ]
cwltool fails to run
ImportError: cannot import name 'spawn' from 'distutils'
(/usr/lib/python3.9/distutils/__init__.py)
[ Tests ]
I can confirm that installing python3-distutils is sufficient to avoid
the problem.
[ Risks ]
Basically no risk, just a change to the depenendency of the cwltool
binary package.
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable
[ Changes ]
Add python3-distutils as a dependency of the cwltool binary package
Thanks!
diff -Nru cwltool-3.0.20210124104916/debian/changelog
cwltool-3.0.20210124104916/debian/changelog
--- cwltool-3.0.20210124104916/debian/changelog 2021-01-25 10:36:01.000000000
+0100
+++ cwltool-3.0.20210124104916/debian/changelog 2022-12-02 16:06:31.000000000
+0100
@@ -1,3 +1,9 @@
+cwltool (3.0.20210124104916-3+deb11u1) bullseye; urgency=medium
+
+ * debian/control: cwltool needs python3-distutils
+
+ -- Michael R. Crusoe <[email protected]> Fri, 02 Dec 2022 16:06:31 +0100
+
cwltool (3.0.20210124104916-3) unstable; urgency=high
* debian/control: this version of cwltool breaks toil less than
diff -Nru cwltool-3.0.20210124104916/debian/control
cwltool-3.0.20210124104916/debian/control
--- cwltool-3.0.20210124104916/debian/control 2021-01-25 09:12:25.000000000
+0100
+++ cwltool-3.0.20210124104916/debian/control 2022-12-02 16:05:13.000000000
+0100
@@ -43,7 +43,8 @@
${misc:Depends},
python3-mypy-extensions,
python3-arcp,
- python3-argcomplete
+ python3-argcomplete,
+ python3-distutils
Recommends: nodejs
Breaks: toil (<< 5)
Suggests: docker.io | singularity-container
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 11.7
Hi,
Each of the updates referred to in these requests was included in this
morning's 11.7 point release.
Regards,
Adam
--- End Message ---