diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-11-20 21:16:21 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:16 +0700 |
commit | b2970287d382cf171f078868a00be7815a2258df (patch) | |
tree | cebfb7a69f2319297b55118ac307c11a9bd01e98 /python | |
parent | 2daaf2c75cae6c61cd45e837088c445b89494c03 (diff) | |
download | slackbuilds-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')
-rw-r--r-- | python/python-xlib/README | 4 | ||||
-rw-r--r-- | python/python-xlib/python-xlib.info | 2 |
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" |