Skip to content

Commit

Permalink
python3Packages.rioxarray: drop patch applied upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Feb 10, 2025
1 parent 0397e52 commit 4f630e0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkgs/development/python-modules/rioxarray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
fetchpatch,

# build-system
setuptools,
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 4f630e0

Please sign in to comment.