I don't think python3 need to be standard. Better keep it optional as it is.

As of of Python 2, indeed there are overrides for Python 2:

$ zgrep ^python override.sid.main.gz  | grep standard
python standard python
python-minimal standard python
python2.7 standard python
python3-reportbug standard python  # This one is ok.
$

Lets make them (the three first ones) optional or remove from the overrides.

I also checked libpython* overrides, and there are some, but they are
all `optional`:

$ zgrep ^libpython override.sid.main.gz | grep -v libpython3
libpython-all-dbg optional debug
libpython-dbg optional debug
libpython2-dbg optional debug
libpython2.7-dbg optional debug
libpython-all-dev optional libdevel
libpython-dev optional libdevel
libpython2-dev optional libdevel
libpython2.7-dev optional libdevel
libpython2.7-testsuite optional libdevel
libpython2.7 optional libs
libpython-stdlib optional python
libpython2-stdlib optional python
libpython2.7-minimal optional python
libpython2.7-stdlib optional python
$

Why they are in this file in the first place I don't know. Maybe
because of Section.

If Python2 maintainers agree, I guess it is appropriate to reassign
the bug to `ftp.debian.org` pseudo-package.

Regards,
Witold

On Thu, 23 Jan 2020 at 13:01, Samuel Thibault <sthiba...@debian.org> wrote:
>
> Matthias Klose, le jeu. 23 janv. 2020 10:33:48 +0100, a ecrit:
> > On 22.01.20 23:07, Samuel Thibault wrote:
> > > Priority: standard is exactly what defines what will be installed when
> > > you select the "standard" task in tasksel. All of python-minimal,
> > > python2.7, and python have Priority: standard.
> > >
> > > So this is to be changed in the python-defaults and python2.7 packages.
> > > (and possibly set the python3 equivalents' priority to standard
> > > instead).
> >
> > No, these are already set to optional in python-defaults and python2.7.
>
> In the source package, apparently yes, but in
> http://ftp.fr.debian.org/debian/dists/sid/main/binary-amd64/Packages.xz
>
> Package: python
> ...
> Priority: standard
>
> I guess you need to ask ftpmaster for updating the indices override:
>
> http://ftp.fr.debian.org/debian/indices/override.sid.main.gz
>
>
> > Why would you want to set the python3 equivalents to standard now?
>
> I didn't say I wanted, I just meant that it could be wanted. I don't
> know why python itself was set so, I don't know if the reasons are still
> valid either.
>
> Samuel

Reply via email to