python312Packages.aiomisc-pytest: refactor
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user