summaryrefslogtreecommitdiffstats
path: root/python/python-xlib
diff options
context:
space:
mode:
author Andrew Clemons2021-11-20 09:16:21 +0100
committer Willy Sudiarto Raharjo2021-11-22 03:10:16 +0100
commitb2970287d382cf171f078868a00be7815a2258df (patch)
treecebfb7a69f2319297b55118ac307c11a9bd01e98 /python/python-xlib
parent2daaf2c75cae6c61cd45e837088c445b89494c03 (diff)
downloadslackbuilds-b2970287d382cf171f078868a00be7815a2258df.tar.gz
python/python-xlib: Removed dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-xlib')
-rw-r--r--python/python-xlib/README4
-rw-r--r--python/python-xlib/python-xlib.info2
2 files changed, 1 insertions, 5 deletions
diff --git a/python/python-xlib/README b/python/python-xlib/README
index 57375e9b4b..93cefe5199 100644
--- a/python/python-xlib/README
+++ b/python/python-xlib/README
@@ -8,7 +8,3 @@ server via the X protocol. The communication takes place over TCP/IP,
Unix sockets, DECnet or any other streaming network protocol. The C
Xlib is merely an interface to this protocol, providing functions
suitable for a C environment.
-
-setuptools-scm is only required as a build dependency and can be
-skipped if you would rather have it automatically grabbed from
-pypi.python.org during the build process.
diff --git a/python/python-xlib/python-xlib.info b/python/python-xlib/python-xlib.info
index 6e5aeb7716..d04b4f6bf4 100644
--- a/python/python-xlib/python-xlib.info
+++ b/python/python-xlib/python-xlib.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/python-xlib/python-xlib/releases/download/0.26/pyth
MD5SUM="678871a692c5409a6d6b5aaaf7f6e60d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="setuptools-scm python2-setuptools-scm"
+REQUIRES="python2-setuptools-scm"
MAINTAINER="Hunter Sezen"
EMAIL="orbea@riseup.net"