Package: python-distutils-extra
Version: 3.0
Followup-For: Bug #1086308
User: [email protected]
Usertags: origin-ubuntu plucky ubuntu-patch
Control: tags -1 patch ftbfs
Dear Maintainer,
In Ubuntu, the attached patch was applied to fix this bug.
* test: do not use setuptools.command.register (LP: #2088947)
Thanks for considering the patch.
-Nick
diff -Nru python-distutils-extra-3.0/test/auto.py
python-distutils-extra-3.0ubuntu1/test/auto.py
--- python-distutils-extra-3.0/test/auto.py 2023-09-28 10:45:50.000000000
-0400
+++ python-distutils-extra-3.0ubuntu1/test/auto.py 2024-11-18
19:28:24.000000000 -0500
@@ -849,7 +849,7 @@
self._mksrc(
"foo/stuff.py",
"""import xml.parsers.expat
-import os, os.path, email.mime, setuptools.command.register
+import os, os.path, email.mime
from email import header as h
import httplib2.iri2uri, unknown
from . bar import poke
@@ -936,7 +936,6 @@
"pkg_resources",
"gi.repository.GLib",
"gi.repository.GObject",
- "setuptools.command.register",
]
),
)