mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
commitizen: use poetry-core
This commit is contained in:
parent
2137dd928c
commit
1f17c1297c
@ -6,7 +6,7 @@
|
||||
, jinja2
|
||||
, lib
|
||||
, packaging
|
||||
, poetry
|
||||
, poetry-core
|
||||
, pytest-freezegun
|
||||
, pytest-mock
|
||||
, pytest-regressions
|
||||
@ -34,7 +34,7 @@ buildPythonApplication rec {
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
nativeBuildInputs = [ poetry ];
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
termcolor
|
||||
|
Loading…
Reference in New Issue
Block a user