Skip to content

Commit

Permalink
Update setup.py to install zstandard instead of python-zstandard (dpk…
Browse files Browse the repository at this point in the history
…p#2387)

Closes dpkp#2350, since it's a valid security concern.
  • Loading branch information
wbarnha authored and bradenneal1 committed May 16, 2024
1 parent 0b481a7 commit ed328d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(cls):
"crc32c": ["crc32c"],
"lz4": ["lz4"],
"snappy": ["python-snappy"],
"zstd": ["python-zstandard"],
"zstd": ["zstandard"],
},
cmdclass={"test": Tox},
packages=find_packages(exclude=['test']),
Expand Down

0 comments on commit ed328d7

Please sign in to comment.