mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
pipenv-poetry-migrate: fix build
This commit is contained in:
@@ -18,10 +18,12 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
|
||||
build-system = [ python3Packages.poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "typer" ];
|
||||
pythonRelaxDeps = [
|
||||
"typer"
|
||||
"tomlkit"
|
||||
];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
setuptools # for pkg_resources
|
||||
tomlkit
|
||||
typer
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user