python3.pkgs.towncrier: fix run-time import error (#164977)

Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Dmitry Bogatov 2022-03-27 06:02:12 -04:00 committed by GitHub
parent 1f19bc633e
commit bb8d0d2ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
, pytestCheckHook , pytestCheckHook
, toml , toml
, twisted , twisted
, setuptools
, git # shells out to git , git # shells out to git
}: }:
@ -25,6 +26,7 @@ buildPythonPackage rec {
incremental incremental
jinja2 jinja2
toml toml
setuptools
]; ];
# zope.interface collision # zope.interface collision