python3Packages.readme_renderer: relax cmarkgfm constraint
This commit is contained in:
parent
df6bc254d2
commit
708a15bc2b
@ -4,7 +4,6 @@
|
||||
, cmarkgfm
|
||||
, docutils
|
||||
, fetchPypi
|
||||
, future
|
||||
, mock
|
||||
, pygments
|
||||
, pytestCheckHook
|
||||
@ -28,7 +27,6 @@ buildPythonPackage rec {
|
||||
bleach
|
||||
cmarkgfm
|
||||
docutils
|
||||
future
|
||||
pygments
|
||||
];
|
||||
|
||||
@ -37,6 +35,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "cmarkgfm>=0.5.0,<0.7.0" "cmarkgfm>=0.5.0,<1"
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"readme_renderer"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user