Unverified Commit f5207ba6 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

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

parent b0209635
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
, pytestCheckHook
, pythonOlder
, redis
, setuptools
}:

buildPythonPackage rec {
@@ -40,6 +41,7 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    poetry-core
    setuptools
  ];

  propagatedBuildInputs = [