mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
python3Packages.recipe-scrapers: add missing isodate dependency (#363242)
This commit is contained in:
commit
b13d95d119
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user