python3Packages.rf-protocols: remove dependency on prek (#542898)

This commit is contained in:
Fabian Affolter
2026-07-19 07:08:09 +00:00
committed by GitHub

View File

@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
prek,
pyprojectVersionPatchHook,
pytest-asyncio,
pytestCheckHook,
@@ -33,7 +32,6 @@ buildPythonPackage (finalAttrs: {
];
nativeCheckInputs = [
prek
pytest-asyncio
pytestCheckHook
];