python312Packages.aiomisc-pytest: refactor

This commit is contained in:
Fabian Affolter 2024-05-07 21:39:28 +02:00
parent 71be4cc2a3
commit 834e4ad450

View File

@ -21,8 +21,11 @@ buildPythonPackage rec {
hash = "sha256-4mWP77R3CoX+XhoT6BbxQtxpINpdmeozjYUsegNfMyU=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
@ -34,7 +37,7 @@ buildPythonPackage rec {
pytest
];
propagatedBuildInputs = [
dependencies = [
aiomisc
];