Commit 4f630e0e authored by Ivan Mincik's avatar Ivan Mincik
Browse files

python3Packages.rioxarray: drop patch applied upstream

parent 0397e523
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  buildPythonPackage,
  pythonOlder,
  fetchFromGitHub,
  fetchpatch,

  # build-system
  setuptools,
@@ -33,14 +32,6 @@ buildPythonPackage rec {
    hash = "sha256-HNtMLY83e6MQakIlmsJohmhjDWiM5/hqq25qSY1dPBw=";
  };

  patches = [
    # https://github.com/corteva/rioxarray/issues/836
    (fetchpatch {
      url = "https://github.com/corteva/rioxarray/commit/6294b7468587b8c243ee4f561a90ca8de90ea0f1.patch";
      hash = "sha256-0IvDAr17ymMN1J2vC1U3z/2N1Np1RaRjCAODZthQz8g=";
    })
  ];

  build-system = [ setuptools ];

  dependencies = [