File: python3

package info (click to toggle)
gnome-mousetrap 3.17.3-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,124 kB
  • sloc: xml: 109,729; python: 1,195; sh: 130; makefile: 89
file content (15 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
 setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ python2_requirements = all_requirements
 ]
 
 python3_requirements = all_requirements + [
-    "python3-xlib",
+    "python-xlib",
 ]
 
 if PYTHON_VERSION[0] > 2: