python3Packages.rich-rst: add setuptools to nativeBuildInputs
This commit is contained in:
parent
558bf96f8b
commit
6bce590ab4
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, docutils
|
||||
, rich
|
||||
}:
|
||||
@ -17,6 +18,10 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-s48hdJo1LIRXTf+PeSBa6y/AH1NLmnyAafFydJ+exDk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ docutils rich ];
|
||||
|
||||
# Module has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user