python3Packages.wsgidav: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-18 03:33:53 +02:00 committed by Sandro Jäckel
parent fc8447f1bf
commit 8b2278eaf3
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -10,6 +10,7 @@
, python-pam
, pyyaml
, requests
, setuptools
, webtest
}:
@ -27,6 +28,10 @@ buildPythonPackage rec {
hash = "sha256-LQdS9d2DB4PXqRSzmtZCSyCQI47ncLCG+RSB+goZYoA=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
defusedxml
jinja2