about summary refs log tree commit diff
path: root/pkgs/development/python-modules/gdown
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-12-12 00:00:04 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-12-12 00:00:04 -0500
commit1dcb22acc9b282ec79e83dce3a089dfb980afa89 (patch)
tree3b8f78a2b1b60e65aeb97dfa430fb574ce88e0c0 /pkgs/development/python-modules/gdown
parent59fdf0e3642602333b3a4fbfdeaa33128defca81 (diff)
parente09a539ccbb089769644ca3449e6e3dec946fbca (diff)
Merge branch 'master' into staging-next
 Conflicts:
	pkgs/development/python-modules/gdown/default.nix
Diffstat (limited to 'pkgs/development/python-modules/gdown')
-rw-r--r--pkgs/development/python-modules/gdown/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/gdown/default.nix b/pkgs/development/python-modules/gdown/default.nix
index 195a7e822d761..d178a7063b2be 100644
--- a/pkgs/development/python-modules/gdown/default.nix
+++ b/pkgs/development/python-modules/gdown/default.nix
@@ -7,6 +7,7 @@
 , tqdm
 , setuptools
 , six
+, beautifulsoup4
 }:
 
 buildPythonApplication rec {