mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 21:37:35 -08:00
Thanks to Ștefan Talpalaru <stefantalpalaru@yahoo.com> for his notes in the bump bug. Closes: https://bugs.gentoo.org/542672 Closes: https://bugs.gentoo.org/766914 Closes: https://bugs.gentoo.org/890953 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/29407 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
14 lines
363 B
Diff
14 lines
363 B
Diff
As in https://src.fedoraproject.org/rpms/python-wxpython4/raw/rawhide/f/no-attrdict.patch.
|
|
--- a/buildtools/config.py
|
|
+++ b/buildtools/config.py
|
|
@@ -27,8 +27,6 @@ from distutils.dep_util import newer
|
|
|
|
import distutils.sysconfig
|
|
|
|
-from attrdict import AttrDict
|
|
-
|
|
runSilently = False
|
|
|
|
#----------------------------------------------------------------------
|
|
|