From bb8d0d2ae85f5d0520203c36db92a766604c3e11 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 27 Mar 2022 06:02:12 -0400 Subject: python3.pkgs.towncrier: fix run-time import error (#164977) Co-authored-by: Dmitry Bogatov Co-authored-by: Sandro --- pkgs/development/python-modules/towncrier/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/towncrier/default.nix b/pkgs/development/python-modules/towncrier/default.nix index 83215f5e0af3..b039277f2019 100644 --- a/pkgs/development/python-modules/towncrier/default.nix +++ b/pkgs/development/python-modules/towncrier/default.nix @@ -7,6 +7,7 @@ , pytestCheckHook , toml , twisted +, setuptools , git # shells out to git }: @@ -25,6 +26,7 @@ buildPythonPackage rec { incremental jinja2 toml + setuptools ]; # zope.interface collision -- cgit 1.4.1