summaryrefslogtreecommitdiff
path: root/games-board/pysolfc/files/pysolfc-2.6.4-python38.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/pysolfc/files/pysolfc-2.6.4-python38.patch')
-rw-r--r--games-board/pysolfc/files/pysolfc-2.6.4-python38.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/games-board/pysolfc/files/pysolfc-2.6.4-python38.patch b/games-board/pysolfc/files/pysolfc-2.6.4-python38.patch
deleted file mode 100644
index 9a857f3b266b..000000000000
--- a/games-board/pysolfc/files/pysolfc-2.6.4-python38.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pysollib/mfxutil.py b/pysollib/mfxutil.py
-index f461ed1..c71a61f 100644
---- a/pysollib/mfxutil.py
-+++ b/pysollib/mfxutil.py
-@@ -143,7 +143,7 @@ def getprefdir(package):
-
-
- # high resolution clock() and sleep()
--uclock = time.clock
-+uclock = time.process_time
- usleep = time.sleep
- if os.name == "posix":
- uclock = time.time