Merge pull request #297940 from a-n-n-a-l-e-e/hologram-relax-deps

python311Packages.hologram: relax dateutil dep to fix build
This commit is contained in:
Peder Bergebakken Sundt
2024-03-22 20:17:54 +01:00
committed by GitHub
@@ -5,6 +5,7 @@
, jsonschema
, pytestCheckHook
, python-dateutil
, pythonRelaxDepsHook
, setuptools
, wheel
}:
@@ -31,6 +32,7 @@ buildPythonPackage rec {
];
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools
wheel
];
@@ -44,6 +46,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonRelaxDeps = [
"python-dateutil"
];
pythonImportsCheck = [
"hologram"
];