python3Packages.pybids: drop already applied patch

It still won't build for me, due to one test,
but at least some improvement.
This commit is contained in:
Vladimír Čunát
2023-10-20 09:31:02 +02:00
parent b666273ecf
commit 7ced7a2d40
@@ -26,16 +26,6 @@ buildPythonPackage rec {
hash = "sha256-EOJ5NQyNFMpgLA1EaaXkv3/zk+hkPIMaVGrnNba4LMM=";
};
patches = [
# remove after next release
(fetchpatch {
name = "fix-pybids-sqlalchemy-dep";
url = "https://github.com/bids-standard/pybids/commit/5f008dfc282394ef94a68d47dba37ceead9eac9a.patch";
hash = "sha256-gx6w35XqDBZ8cTGHeY/mz2xNQqza9E5z8bRJR7mbPcg=";
excludes = [ "pyproject.toml" ]; # not in PyPI dist
})
];
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRelaxDeps = [ "sqlalchemy" ];