Your message dated Wed, 08 Aug 2018 07:12:00 +0000
with message-id <450a55d8-064e-f40c-d2d0-984e2d4bb...@thykier.net>
and subject line Re: jdcal: missing build dependency on python3-distutils
has caused the Debian Bug report #896763,
regarding jdcal: missing build dependency on python3-distutils
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 ow...@bugs.debian.org
immediately.)
--
896763: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896763
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jdcal
Version: 1.0-1.2
Severity: serious
Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jdcal.html
...
echo "3.6" | grep -q '^3' && PY=3 || PY= ; \
python$PY setup.py install --install-layout=deb
--root=/build/1st/jdcal-1.0/debian/python$PY-jdcal
Traceback (most recent call last):
File "setup.py", line 3, in <module>
from distutils.core import setup
ModuleNotFoundError: No module named 'distutils.core'
make[1]: *** [debian/rules:16: python-install3.6] Error 1
Due to
python3.6 (3.6.5~rc1-2) unstable; urgency=medium
* python3.6: Drop dependency on python3-distutils.
...
-- Matthias Klose <d...@debian.org> Tue, 20 Mar 2018 14:29:58 +0800
--- End Message ---
--- Begin Message ---
On Tue, 24 Apr 2018 11:30:55 +0300 Adrian Bunk <b...@debian.org> wrote:
> Source: jdcal
> Version: 1.0-1.2
> Severity: serious
> Tags: buster sid
>
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jdcal.html
>
> ...
> echo "3.6" | grep -q '^3' && PY=3 || PY= ; \
> python$PY setup.py install --install-layout=deb
> --root=/build/1st/jdcal-1.0/debian/python$PY-jdcal
> Traceback (most recent call last):
> File "setup.py", line 3, in <module>
> from distutils.core import setup
> ModuleNotFoundError: No module named 'distutils.core'
> make[1]: *** [debian/rules:16: python-install3.6] Error 1
>
>
> Due to
>
> python3.6 (3.6.5~rc1-2) unstable; urgency=medium
>
> * python3.6: Drop dependency on python3-distutils.
> ...
> -- Matthias Klose <d...@debian.org> Tue, 20 Mar 2018 14:29:58 +0800
>
>
This was fixed in dh-python/3.20180723 (see #894203), which jdcal
explicitly build-depends on.
Thanks,
~Niels
--- End Message ---