about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2023-08-26 02:57:03 +0200
committerGitHub <noreply@github.com>2023-08-26 02:57:03 +0200
commitbce04c1e89bab03459ddd52b4cda98d159f0971f (patch)
treeb213ca70cc8f97be9befa705aed22cdb5e610286 /pkgs
parent606527ab62b25e6d2393917dfe66b172a8a9881b (diff)
parent542639f95a3646277beb848bb68aa91c30492c86 (diff)
Merge pull request #251406 from alyssais/authheaders-setuptools
authheaders: add setuptools dependency
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/authheaders/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/authheaders/default.nix b/pkgs/development/python-modules/authheaders/default.nix
index 37e81f7142907..5ad2e29976a5e 100644
--- a/pkgs/development/python-modules/authheaders/default.nix
+++ b/pkgs/development/python-modules/authheaders/default.nix
@@ -7,6 +7,7 @@
 , publicsuffix2
 , pythonOlder
 , pytestCheckHook
+, setuptools
 }:
 
 buildPythonPackage rec {
@@ -28,6 +29,7 @@ buildPythonPackage rec {
     dnspython
     dkimpy
     publicsuffix2
+    setuptools
   ];
 
   nativeCheckInputs = [