Commit 5317c870 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.snowflake-connector-python: unpin cffi

parent c73ab916
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ buildPythonPackage rec {
  ];

  pythonRelaxDeps = [
    "cffi"
    "pyopenssl"
  ];