From bb8d0d2ae85f5d0520203c36db92a766604c3e11 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 27 Mar 2022 06:02:12 -0400 Subject: [PATCH] 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(+) diff --git a/pkgs/development/python-modules/towncrier/default.nix b/pkgs/development/python-modules/towncrier/default.nix index 83215f5e0af..b039277f201 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