forked from mirrors/nixpkgs
python3Packages.rmrl: propagate setuptools
Imports pkg_resources during runtime.
This commit is contained in:
parent
35a885ece1
commit
ef166d7ff3
|
@ -5,6 +5,7 @@
|
|||
, poetry-core
|
||||
, pdfrw
|
||||
, reportlab
|
||||
, setuptools
|
||||
, svglib
|
||||
, xdg
|
||||
}:
|
||||
|
@ -29,6 +30,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
pdfrw
|
||||
reportlab
|
||||
setuptools
|
||||
svglib
|
||||
xdg
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue