0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python3Packages.snowflake-connector-python: fix build; relax pyopenssl

This commit is contained in:
Kirill Radzikhovskyy 2025-04-05 09:54:49 +11:00
parent e39c279136
commit 121d0b54ea

View file

@ -66,6 +66,10 @@ buildPythonPackage rec {
typing-extensions
];
pythonRelaxDeps = [
"pyopenssl"
];
optional-dependencies = {
pandas = [
pandas