python3Packages.dateparser: fix ruamel.yaml 0.19 compat

This commit is contained in:
Martin Weinelt
2026-02-01 17:40:58 +01:00
parent 394ec73e0e
commit 8075b73c29
@@ -39,6 +39,11 @@ buildPythonPackage rec {
url = "https://github.com/scrapinghub/dateparser/commit/6b23348b9367d43bebc9a40b00dda3363eb2acd5.patch";
hash = "sha256-LriRbGdYxF51Nwrm7Dp4kivyMikzmhytNQo0txMGsVI=";
})
(fetchpatch {
url = "https://github.com/scrapinghub/dateparser/commit/cbe29797c463c7939234df2923af310ed10aeb4f.patch";
includes = [ "dateparser_scripts/write_complete_data.py" ];
hash = "sha256-mDHDZlWU2G/NU2W+dxSRb6rRb/bp2PoTbgz8wXhaNCo=";
})
];
nativeBuildInputs = [ setuptools ];