python3Packages.django_4: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt
2022-09-19 10:37:47 +02:00
parent e345248f8c
commit bfe66ab0da
@@ -5,6 +5,9 @@
, pythonOlder
, substituteAll
# build
, setuptools
# patched in
, fetchpatch
, geos
@@ -64,6 +67,10 @@ buildPythonPackage rec {
})
];
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
asgiref
sqlparse