Unverified Commit 0bfeb1c8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

pythonPackages.certipy: relax beautifulsoup4 (#509303)

parents 4eb3c802 11c097c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ buildPythonPackage (finalAttrs: {
    "ldap3"
    "pycryptodome"
    "pyopenssl"
    "beautifulsoup4"
  ];

  build-system = [ setuptools ];