python3Packages.recipe-scrapers: add missing isodate dependency (#363242)

This commit is contained in:
Sefa Eyeoglu 2024-12-09 12:33:18 +01:00 committed by GitHub
commit b13d95d119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
fetchFromGitHub,
beautifulsoup4,
extruct,
isodate,
language-tags,
regex,
requests,
@ -33,6 +34,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
beautifulsoup4
extruct
isodate
language-tags
regex
requests