Commit 20cb3fa2 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.valkey: update optional-dependencies

parent 2e5df9dc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@

  # optional-dependencies
  cryptography,
  libvalkey,
  pyopenssl,
  requests,

@@ -49,7 +50,7 @@ buildPythonPackage rec {
  build-system = [ setuptools ];

  optional-dependencies = {
    # TODO: libvalkey = [ libvalkey ];
    libvalkey = [ libvalkey ];
    ocsp = [
      cryptography
      pyopenssl