mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-28 07:43:43 +00:00
python312Packages.fastavro: replace python-snappy with cramjam
This commit is contained in:
parent
55a0284042
commit
cb1b6ee005
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user