summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2023-09-21 13:37:50 -0400
committerGitHub <noreply@github.com>2023-09-21 13:37:50 -0400
commitcd15010016321b77e1fef44d3af131e34383d9c0 (patch)
tree3ce04a42fa3a6f9e10f5913ef13145f62ab18516
parentsoupault: 4.6.0 → 4.7.0 (diff)
downloadnixpkgs-origin/github-to-sqlite-beautifulsoup4.tar.gz
github-to-sqlite: add beautifulsoup4origin/github-to-sqlite-beautifulsoup4
-rw-r--r--pkgs/development/python-modules/github-to-sqlite/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/github-to-sqlite/default.nix b/pkgs/development/python-modules/github-to-sqlite/default.nix
index ed262841773e..341c121696fd 100644
--- a/pkgs/development/python-modules/github-to-sqlite/default.nix
+++ b/pkgs/development/python-modules/github-to-sqlite/default.nix
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, isPy3k
+, beautifulsoup4
, pytestCheckHook
, pyyaml
, requests
@@ -22,6 +23,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
+ beautifulsoup4
sqlite-utils
pyyaml
requests