ports/net/py-errbot/files/patch-setup.py
Neel Chauhan 756466c9f4 net/py-errbot: Update to 6.1.7
Also, unlike the previous version, maintain compatability with
py-markdown < 3.3.

This is needed for the GTK+ 4 update.

PR:		255278
Approved by:	sunpoet (maintainer)
2021-04-29 11:52:42 -07:00

10 lines
301 B
Python

--- setup.py.orig 2020-12-19 05:26:11 UTC
+++ setup.py
@@ -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",
]