From 21ab0d33fd53a2ef42504c3513a3c1afa93fe20f Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Mon, 23 Mar 2026 08:51:27 +0100 Subject: [PATCH] python3Packages.diofant: fix build --- pkgs/development/python-modules/diofant/default.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/development/python-modules/diofant/default.nix b/pkgs/development/python-modules/diofant/default.nix index fe21de1b240a..41d176a7b929 100644 --- a/pkgs/development/python-modules/diofant/default.nix +++ b/pkgs/development/python-modules/diofant/default.nix @@ -3,14 +3,12 @@ buildPythonPackage, cython, fetchFromGitHub, - fetchpatch, gmpy2, hypothesis, mpmath, numpy, pexpect, pytest-cov-stub, - pytest-timeout, pytest-xdist, pytestCheckHook, scipy, @@ -29,14 +27,6 @@ buildPythonPackage rec { hash = "sha256-uQvAYSURDhuAKcX0WVMk4y2ZXiiq0lPZct/7A5n5t34="; }; - patches = [ - (fetchpatch { - name = "remove-pip-from-build-dependencies.patch"; - url = "https://github.com/diofant/diofant/commit/117e441808faa7c785ccb81bf211772d60ebdec3.patch"; - hash = "sha256-MYk1Ku4F3hAv7+jJQLWhXd8qyKRX+QYuBzPfYWT0VbU="; - }) - ]; - build-system = [ setuptools-scm ]; dependencies = [ mpmath ];