mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/manhole: update PYTHON_COMPAT for 3.12
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
11
dev-python/manhole/files/importlib.patch
Normal file
11
dev-python/manhole/files/importlib.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
Use importlib as imp is removed in python3.12
|
||||
--- a/tests/test_manhole.py
|
||||
+++ b/tests/test_manhole.py
|
||||
@@ -1,6 +1,6 @@
|
||||
from __future__ import print_function
|
||||
|
||||
-import imp
|
||||
+import importlib
|
||||
import os
|
||||
import re
|
||||
import select
|
||||
Reference in New Issue
Block a user