mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
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:
parent
1f19bc633e
commit
bb8d0d2ae8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user