python3Packages.rmrl: propagate setuptools
Imports pkg_resources during runtime.
This commit is contained in:
committed by
Robert Schütz
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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user