diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 04a75a5f2f..8310dd4718 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1820,6 +1820,11 @@ reusable library for parsing, manipulating, and generating URIs.") "ldaptor") #:phases #~(modify-phases %standard-phases + (add-after 'unpack 'python-3.12-patch + (lambda _ + (substitute* "ldaptor/config.py" + (("SafeConfigParser") + "ConfigParser")))) (add-before 'check 'disable-failing-tests (lambda _ ;; Testing with Twisted 22.4 results in infinite loop creating |
