python312Packages.fastavro: replace python-snappy with cramjam

This commit is contained in:
natsukium 2024-09-07 09:23:02 +09:00
parent 55a0284042
commit cb1b6ee005
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -9,7 +9,7 @@
pandas,
pytestCheckHook,
python-dateutil,
python-snappy,
cramjam,
pythonOlder,
setuptools,
zlib-ng,
@ -41,11 +41,11 @@ buildPythonPackage rec {
optional-dependencies = {
codecs = [
cramjam
lz4
python-snappy
zstandard
];
snappy = [ python-snappy ];
snappy = [ cramjam ];
zstandard = [ zstandard ];
lz4 = [ lz4 ];
};