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 08:25:02 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-12-12 08:25:18 -0500
commit484c7df808df9c678731533a1df83c39e8edad8e (patch)
treeef87e1a5ab084ff443ca8236762f66f9c10f8dee /pkgs/development/python-modules/gdown
parent4e4a3fae8faa46d399bb80243c7f855be68db692 (diff)
python3Packages.gdown: fix eval (broken by a merge conflict)
Diffstat (limited to 'pkgs/development/python-modules/gdown')
-rw-r--r--pkgs/development/python-modules/gdown/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/gdown/default.nix b/pkgs/development/python-modules/gdown/default.nix
index d178a7063b2be..195a7e822d761 100644
--- a/pkgs/development/python-modules/gdown/default.nix
+++ b/pkgs/development/python-modules/gdown/default.nix
@@ -7,7 +7,6 @@
 , tqdm
 , setuptools
 , six
-, beautifulsoup4
 }:
 
 buildPythonApplication rec {