python.pkgs.readme_renderer: correct dependencies
This commit is contained in:
parent
19945a3dfc
commit
23e1cded28
@ -2,9 +2,11 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pytest
|
, pytest
|
||||||
, CommonMark
|
, mock
|
||||||
|
, cmarkgfm
|
||||||
, bleach
|
, bleach
|
||||||
, docutils
|
, docutils
|
||||||
|
, future
|
||||||
, pygments
|
, pygments
|
||||||
, six
|
, six
|
||||||
}:
|
}:
|
||||||
@ -18,10 +20,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "e18cab7f1b07412990df1b59e1be04e1538f514a5bba53ec8777bfc5aac27563";
|
sha256 = "e18cab7f1b07412990df1b59e1be04e1538f514a5bba53ec8777bfc5aac27563";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest mock ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
CommonMark bleach docutils pygments six
|
bleach cmarkgfm docutils future pygments six
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user