Unverified Commit cb1b6ee0 authored by natsukium's avatar natsukium
Browse files

python312Packages.fastavro: replace python-snappy with cramjam

parent 55a02840
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };