diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:42:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:42:24 -0500 |
commit | 48c22f9303b60a2459850ee6f75c2e19af6e2e09 (patch) | |
tree | 9da697bae75e791d92c222d1bb47be67fd2fb5d2 /system/python3-urwid | |
parent | 2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (diff) | |
download | slackbuilds-48c22f9303b60a2459850ee6f75c2e19af6e2e09.tar.gz |
various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
Diffstat (limited to 'system/python3-urwid')
-rw-r--r-- | system/python3-urwid/README | 2 | ||||
-rw-r--r-- | system/python3-urwid/python3-urwid.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/system/python3-urwid/README b/system/python3-urwid/README index 8a347c7acb..3a8e3f44b8 100644 --- a/system/python3-urwid/README +++ b/system/python3-urwid/README @@ -4,5 +4,3 @@ Urwid is a console user interface library for Python. It is released under the GNU Lesser General Public License and includes many (too many to list) features useful for text console application developers. Urwid was written by Ian Ward. - -python3-urwid does not clash with the Slackware 14.2 urwid package. diff --git a/system/python3-urwid/python3-urwid.info b/system/python3-urwid/python3-urwid.info index f883fa3cc8..6400a1a2da 100644 --- a/system/python3-urwid/python3-urwid.info +++ b/system/python3-urwid/python3-urwid.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.org/packages/source/u/urwid/urwid-2.0.1.tar.gz" MD5SUM="c70a7016fa1ad2c2a979dbebd4de78c2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="David Woodfall" EMAIL="dave@slackbuilds.org" |