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:
parent
e39c279136
commit
121d0b54ea
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ buildPythonPackage rec {
|
|||
typing-extensions
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"pyopenssl"
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
pandas = [
|
||||
pandas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue