mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
python312Packages.fastavro: replace python-snappy with cramjam
This commit is contained in:
parent
55a0284042
commit
cb1b6ee005
@ -9,7 +9,7 @@
|
|||||||
pandas,
|
pandas,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
python-dateutil,
|
python-dateutil,
|
||||||
python-snappy,
|
cramjam,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
setuptools,
|
setuptools,
|
||||||
zlib-ng,
|
zlib-ng,
|
||||||
@ -41,11 +41,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
optional-dependencies = {
|
optional-dependencies = {
|
||||||
codecs = [
|
codecs = [
|
||||||
|
cramjam
|
||||||
lz4
|
lz4
|
||||||
python-snappy
|
|
||||||
zstandard
|
zstandard
|
||||||
];
|
];
|
||||||
snappy = [ python-snappy ];
|
snappy = [ cramjam ];
|
||||||
zstandard = [ zstandard ];
|
zstandard = [ zstandard ];
|
||||||
lz4 = [ lz4 ];
|
lz4 = [ lz4 ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user