From ce97a57bbbe8f6d269f62b2cd5e1c4534fb10951 Mon Sep 17 00:00:00 2001 From: bepz Date: Sat, 18 Jul 2026 13:21:51 +0200 Subject: [PATCH] python3Packages.ghrepo-stats: remove outdated patch of beautifulsoup4 requires --- pkgs/development/python-modules/ghrepo-stats/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/ghrepo-stats/default.nix b/pkgs/development/python-modules/ghrepo-stats/default.nix index 4b66dddd0d61..29ed998584e0 100644 --- a/pkgs/development/python-modules/ghrepo-stats/default.nix +++ b/pkgs/development/python-modules/ghrepo-stats/default.nix @@ -20,12 +20,6 @@ buildPythonPackage rec { hash = "sha256-zdBIX/uetkOAalg4uJPWXRL9WUgNN+hmqUwQDTdzrzA="; }; - postPatch = '' - # https://github.com/mrbean-bremen/ghrepo-stats/pull/1 - substituteInPlace setup.py \ - --replace "bs4" "beautifulsoup4" - ''; - propagatedBuildInputs = [ beautifulsoup4 matplotlib