python3.pkgs.django-q: add missing setuptools dep

This commit is contained in:
Alyssa Ross
2024-01-17 02:25:27 +01:00
parent b0209635c0
commit f5207ba6a3
@@ -16,6 +16,7 @@
, pytestCheckHook
, pythonOlder
, redis
, setuptools
}:
buildPythonPackage rec {
@@ -40,6 +41,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
setuptools
];
propagatedBuildInputs = [