From 11c097c1ff4b909ef04176c8405c14e6bb314107 Mon Sep 17 00:00:00 2001 From: Nico Felbinger Date: Sun, 12 Apr 2026 18:27:06 +0200 Subject: [PATCH] pythonPackages.certipy: relax beautifulsoup4 --- pkgs/development/python-modules/certipy-ad/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/certipy-ad/default.nix b/pkgs/development/python-modules/certipy-ad/default.nix index 3b40d72e20dc..20af5e0aa293 100644 --- a/pkgs/development/python-modules/certipy-ad/default.nix +++ b/pkgs/development/python-modules/certipy-ad/default.nix @@ -39,6 +39,7 @@ buildPythonPackage (finalAttrs: { "ldap3" "pycryptodome" "pyopenssl" + "beautifulsoup4" ]; build-system = [ setuptools ];