Unverified Commit 7ced7a2d authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

python3Packages.pybids: drop already applied patch

It still won't build for me, due to one test,
but at least some improvement.
parent b666273e
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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" ];