pentoo-overlay/dev-python/wxpython/files/wxpython-4.2.0-no-attrdict.patch
Rick Farina (Zero_Chaos) 7b0fc31f81
wxpython: python 3.12
I migrated python stuff to make pkgcheck happy, three tests fail either
way but that's close enough for me for right now
2024-06-07 08:48:53 -04:00

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