diff options
author | orbea | 2020-03-12 14:29:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2020-03-14 02:46:17 +0100 |
commit | 5147dd00814c41a66c6191984a5bfbdcf2dc3a30 (patch) | |
tree | 11c71437bb154fa86f2d66f2083ae03cdc19d706 /python/pyewmh/README | |
parent | 45a7a5215837d0967e290a1c230776666d32bac8 (diff) | |
download | slackbuilds-5147dd00814c41a66c6191984a5bfbdcf2dc3a30.tar.gz |
python/pyewmh: Remove python2 support.
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'python/pyewmh/README')
-rw-r--r-- | python/pyewmh/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyewmh/README b/python/pyewmh/README index 8259e9af80..0e162f676d 100644 --- a/python/pyewmh/README +++ b/python/pyewmh/README @@ -2,4 +2,4 @@ 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 is an optional dependency. +python3 should be installed before any other dependencies. |