python312Packages.vcard: relax python-dateutil

This commit is contained in:
Fabian Affolter 2024-06-24 23:50:54 +02:00 committed by GitHub
parent 9700d2ff29
commit 74e1838290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@
python-dateutil,
pythonAtLeast,
pythonOlder,
pythonRelaxDepsHook,
setuptools,
}:
@ -23,8 +24,12 @@ buildPythonPackage rec {
hash = "sha256-cz1WF8LQsyJwcVKMSWmFb6OB/JWyfc2FgcOT3jJ45Cg=";
};
pythonRelaxDeps = [ "python-dateutil" ];
build-system = [ setuptools ];
nativeBuildInputs = [ pythonRelaxDepsHook ];
dependencies = [ python-dateutil ];
nativeCheckInputs = [ pytestCheckHook ];