pacu: refactor

This commit is contained in:
Fabian Affolter 2024-04-12 09:56:28 +02:00
parent 49b04c6927
commit ef4e2f85f1
1 changed files with 5 additions and 2 deletions

View File

@ -31,12 +31,15 @@ in python.pkgs.buildPythonApplication rec {
"urllib3"
];
nativeBuildInputs = with python.pkgs; [
build-system = with python.pkgs; [
poetry-core
];
nativeBuildInputs = with python.pkgs; [
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
awscli
] ++ (with python.pkgs; [
awscli