blob: 1db9374fec49e0d399b6f8955c6a224b5e84ec05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur ./superpaper-2.2.0.orig/setup.py ./superpaper-2.2.0/setup.py
--- ./superpaper-2.2.0.orig/setup.py 2022-12-16 22:57:49.982911108 -0500
+++ ./superpaper-2.2.0/setup.py 2022-12-16 22:58:05.160926679 -0500
@@ -61,7 +61,7 @@
"Pillow>=7.0.0",
"screeninfo>=0.6.1",
"numpy>=1.18.0",
- "system_hotkey310>=1.0.5",
+ "system_hotkey>=1.0.5",
"xcffib>=0.8.0",
"xpybutil>=0.0.5"
],
|