mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-07 17:03:31 +01:00
I migrated python stuff to make pkgcheck happy, three tests fail either way but that's close enough for me for right now
13 lines
363 B
Diff
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
|
|
|
|
#----------------------------------------------------------------------
|
|
|