gentoo/dev-python/wxpython/files/wxpython-4.2.0-no-attrdict.patch
Sam James 6abcc6cb06
dev-python/wxpython: add 4.2.0
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>
2023-02-17 09:38:30 +01:00

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
#----------------------------------------------------------------------