Skip to content

Commit a33fcf4

Browse files
authored
Update setup.py to install zstandard instead of python-zstandard (#2387)
Closes #2350, since it's a valid security concern.
1 parent d920108 commit a33fcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run(cls):
4040
"crc32c": ["crc32c"],
4141
"lz4": ["lz4"],
4242
"snappy": ["python-snappy"],
43-
"zstd": ["python-zstandard"],
43+
"zstd": ["zstandard"],
4444
},
4545
cmdclass={"test": Tox},
4646
packages=find_packages(exclude=['test']),

0 commit comments

Comments
 (0)