Skip to content

Commit

Permalink
fix svist4get - delete statistics dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed May 28, 2024
1 parent 6212ea2 commit 70d7904
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ exts_list = [
('Wand', '0.6.10', {
'checksums': ['373f4a7f2866c868c31ce910e1f9b36a92d132640a20068ec17cea3284fedc57'],
}),
('statistics', '1.0.3.5', {
'checksums': ['2dc379b80b07bf2ddd5488cad06b2b9531da4dd31edb04dc9ec0dc226486c138'],
}),
(name, version, {
# unpin statistics dependency - it is old package and interfering with python lib statistics
'preinstallopts': "sed -i 's/statistics//' setup.py && ",
'checksums': ['22311fdc956cca531dac7ba924744e8f870a57bc6f27cbe4e8ba9854117e720c'],
}),
]
Expand Down

0 comments on commit 70d7904

Please sign in to comment.