python311Packages.holidays: refactor
This commit is contained in:
parent
383dbcec8c
commit
4a900b9fb0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue