From 484c7df808df9c678731533a1df83c39e8edad8e Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sun, 12 Dec 2021 08:25:02 -0500 Subject: [PATCH] python3Packages.gdown: fix eval (broken by a merge conflict) --- pkgs/development/python-modules/gdown/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/gdown/default.nix b/pkgs/development/python-modules/gdown/default.nix index d178a7063b2b..195a7e822d76 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 {