python311Packages.holidays: refactor

This commit is contained in:
Fabian Affolter 2024-04-03 17:13:56 +02:00
parent 383dbcec8c
commit 4a900b9fb0

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
hash = "sha256-RwM4RtFIUSaM/e4kiHOMg97lZ4VknB1pOqGRuIe2ns8="; hash = "sha256-RwM4RtFIUSaM/e4kiHOMg97lZ4VknB1pOqGRuIe2ns8=";
}; };
nativeBuildInputs = [ build-system = [
setuptools setuptools
# l10n # l10n
@ -52,7 +52,7 @@ buildPythonPackage rec {
./scripts/l10n/generate_mo_files.py ./scripts/l10n/generate_mo_files.py
''; '';
propagatedBuildInputs = [ dependencies = [
python-dateutil python-dateutil
]; ];