aboutsummaryrefslogtreecommitdiff
path: root/python/pyewmh
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyewmh')
-rw-r--r--python/pyewmh/README2
-rw-r--r--python/pyewmh/pyewmh.info2
2 files changed, 1 insertions, 3 deletions
diff --git a/python/pyewmh/README b/python/pyewmh/README
index 0e162f676d45..eb72cafa589a 100644
--- a/python/pyewmh/README
+++ b/python/pyewmh/README
@@ -1,5 +1,3 @@
An implementation of EWMH (Extended Window Manager Hints) for python,
based on Xlib. It allows EWMH-compliant window managers (most modern
WMs) to be queried and controlled.
-
-python3 should be installed before any other dependencies.
diff --git a/python/pyewmh/pyewmh.info b/python/pyewmh/pyewmh.info
index 5107294f8c9e..d3f836f0709d 100644
--- a/python/pyewmh/pyewmh.info
+++ b/python/pyewmh/pyewmh.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/parkouss/pyewmh/archive/v0.1.6/pyewmh-0.1.6.tar.gz"
MD5SUM="9547049c458904e1083907c763e990d5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3 python-xlib"
+REQUIRES="python-xlib"
MAINTAINER="Hunter Sezen"
EMAIL="orbea@riseup.net"