diff options
Diffstat (limited to 'net/py-errbot/files')
| -rw-r--r-- | net/py-errbot/files/patch-setup.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/py-errbot/files/patch-setup.py b/net/py-errbot/files/patch-setup.py index d20082386f53..85c91b609482 100644 --- a/net/py-errbot/files/patch-setup.py +++ b/net/py-errbot/files/patch-setup.py @@ -1,10 +1,10 @@ ---- setup.py.orig 2020-10-10 16:25:15 UTC +--- setup.py.orig 2020-12-19 05:26:11 UTC +++ setup.py -@@ -36,7 +36,6 @@ deps = ['webtest', - 'markdown<3.0', # rendering stuff, 3.0+ deprecates 'safe()' - 'ansi', - 'Pygments>=2.0.2', -- 'pygments-markdown-lexer>=0.1.0.dev39', # sytax coloring to debug md - 'dulwich>=0.19.16', # python implementation of git - 'deepmerge>=0.1.0', - ] +@@ -37,7 +37,6 @@ deps = [ + 'markdown>=3.3', + "ansi", + "Pygments>=2.0.2", +- "pygments-markdown-lexer>=0.1.0.dev39", # sytax coloring to debug md + "dulwich>=0.19.16", # python implementation of git + "deepmerge>=0.1.0", + ] |
