From bba32d442b7f52d2e690d1abb2abdeea6bdcb31e Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sun, 22 Feb 2026 15:38:09 -0500 Subject: [PATCH] python3Packages.zope-security: fix build --- pkgs/development/python-modules/zope-security/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/zope-security/default.nix b/pkgs/development/python-modules/zope-security/default.nix index ddaef9faf04a..59d4e9ebffd8 100644 --- a/pkgs/development/python-modules/zope-security/default.nix +++ b/pkgs/development/python-modules/zope-security/default.nix @@ -29,11 +29,6 @@ buildPythonPackage rec { hash = "sha256-iSWSBjtJe4iEvm+VUEWDvRCBdRz1R6m9mlfPLwh01Sk="; }; - postPatch = '' - substituteInPlace pyproject.toml \ - --replace-fail "setuptools ==" "setuptools >=" - ''; - build-system = [ setuptools zope-proxy