diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:32:26 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:32:26 -0500 |
commit | 3f67eaf7b637afab5202c98a59b7ea96f3e14903 (patch) | |
tree | 92415d4cd70bf726581932f6ce9a4fa6865b64d7 /python | |
parent | bb73334db6c2c393e2592ed8ad8a8ead722a371b (diff) |
various: kill now-in-Slackware Pygments dep
Diffstat (limited to 'python')
-rw-r--r-- | python/ptpython/ptpython.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index 2a1ab31782dc..e2eeca7a25f2 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/04/50/50e391a81eed1075c890402e MD5SUM="5ecd527939258cf48ccf129e91112310" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="prompt_toolkit jedi docopt Pygments" +REQUIRES="prompt_toolkit jedi docopt" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |