From 542639f95a3646277beb848bb68aa91c30492c86 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 25 Aug 2023 16:49:23 +0000 Subject: authheaders: add setuptools dependency > File "/nix/store/4yshsw9xkwfw8ybn7xsr9kg2a5dynawd-python3-3.10.12-env/lib/python3.10/site-packages/authheaders/dmarc_lookup.py", line 22, in > from pkg_resources import resource_filename # Part of setuptools This was previously propagated from gunicorn, but gunicorn no longer depends on setuptools. Fixes the Mailman NixOS test. Fixes: 2b8a7515d884 ("python3.pkgs.gunicorn: replace setuptools with packaging dependency") --- pkgs/development/python-modules/authheaders/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs') 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 = [ -- cgit 1.4.1