cdist: drop explicitly added pythonImportsCheckHook

This commit is contained in:
Nick Cao 2024-09-28 13:11:25 -04:00
parent 818089ba73
commit 24524c1cf3
No known key found for this signature in database

View File

@ -1,7 +1,6 @@
{ lib
, buildPythonApplication
, fetchFromGitea
, pythonImportsCheckHook
, six
, sphinxHook
, sphinx-rtd-theme
@ -21,7 +20,6 @@ buildPythonApplication rec {
};
nativeBuildInputs = [
pythonImportsCheckHook
six
sphinxHook
sphinx-rtd-theme