python3Packages.restview: fix build
This commit is contained in:
parent
15a17af248
commit
e3174f06fb
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
, fetchpatch
|
||||
, docutils
|
||||
, readme_renderer
|
||||
, packaging
|
||||
, pygments
|
||||
, mock
|
||||
}:
|
||||
|
@ -17,7 +18,7 @@ buildPythonPackage rec {
|
|||
sha256 = "de87c84f19526bd4a76505f6d40b51b7bb03ca43b6067c93f82f1c7237ac9e84";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ docutils readme_renderer pygments ];
|
||||
propagatedBuildInputs = [ docutils readme_renderer packaging pygments ];
|
||||
checkInputs = [ mock ];
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue