python3Packages.ghrepo-stats: remove outdated patch of beautifulsoup4 requires

This commit is contained in:
bepz
2026-07-18 13:21:51 +02:00
parent 9718bbddd9
commit ce97a57bbb

View File

@@ -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