Unverified Commit bba32d44 authored by Michael Daniels's avatar Michael Daniels
Browse files

python3Packages.zope-security: fix build

parent da71ac00
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -29,11 +29,6 @@ buildPythonPackage rec {
    hash = "sha256-iSWSBjtJe4iEvm+VUEWDvRCBdRz1R6m9mlfPLwh01Sk=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "setuptools ==" "setuptools >="
  '';

  build-system = [
    setuptools
    zope-proxy