python311Packages.pysolcast: refactor

This commit is contained in:
Fabian Affolter 2024-04-20 11:04:31 +02:00
parent 0ab3139252
commit eee582a989
1 changed files with 5 additions and 2 deletions

View File

@ -30,12 +30,15 @@ buildPythonPackage rec {
"responses"
];
nativeBuildInputs = [
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
anyconfig
isodate
pyyaml