python3Packages.diofant: fix build

This commit is contained in:
Sigmanificient
2026-03-23 22:08:09 +01:00
parent e9852acde4
commit 21ab0d33fd
@@ -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 ];