Skip to content

Commit

Permalink
add missing checksum for patch file for DeltaLake
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Sep 15, 2024
1 parent ce06eb4 commit 0a521f5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ sources = [SOURCELOWER_TAR_GZ]
patches = ['DeltaLake-0.15.1_remove-obsolete-pyarrow-hotfix.patch']
checksums = [
{'deltalake-0.15.1.tar.gz': '77ca8e239297c7db99ae0dd4c13097550f4dca64d6b6f9bd493d9084fdf25fb3'},
{'DeltaLake-0.15.1_remove-obsolete-pyarrow-hotfix.patch':
'd4f06aa704c9ae8af72f119550145513a85d851214a8c09bbcaca7a3685613c4'},
{'addr2line-0.21.0.tar.gz': '8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb'},
{'adler-1.0.2.tar.gz': 'f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe'},
{'ahash-0.8.7.tar.gz': '77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01'},
Expand Down Expand Up @@ -865,9 +867,6 @@ dependencies = [
('Arrow', '14.0.1'),
]

use_pip = True
use_pip_extras = "pandas"
sanity_pip_check = True
download_dep_fail = True

moduleclass = 'data'

0 comments on commit 0a521f5

Please sign in to comment.