[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13



Le lun. 11 déc. 2023 à 16:43, Andreas Tille <andreas@an3as.eu> a écrit :
> Control: tags -1 help
>
> [Bug #1056419 in CC since the issue seems to be caused by python-future]
>
> Hi Vincent,
>
> I tried to upgrade python-future to the latest upstream version in the
> hope that this would solve the issue reported in bug #1042244.
> Unfortunately this is not the case and now with Python3.12 we also
> have to deal with the removal of imp (which affects bug #1056419).
>
> I'd like to ask for help on debian-python list since I'm pretty
> overworked with other stuff.  Please also review my rude patch[1] to
> hack around a shinx issue.  It would be great to have some better
> solution here.

The better solution is to remove python3-future altogether.

I've set up a tracker with remaining packages:
       https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059934
       (list is not complete)

There might be some nmu needed too if maintainers don't react.

@Vincent: this one package "gtextfsm" is yours
do you green light an upload ?

Greetings,

https://salsa.debian.org/python-team/packages/gtextfsm/-/pipelines/621238

gtextfsm $ cat debian/patches/no-future.patch
From: Alexandre Detiste <tchet@debian.org>

--- a/setup.py
+++ b/setup.py
@@ -53,5 +53,5 @@
       },
       include_package_data=True,
       package_data={'textfsm': ['../testdata/*']},
-      install_requires=['six', 'future'],
+      install_requires=['six'],
      )


Reply to: