python310Packages.snowflake-connector-python: add missing input

This commit is contained in:
Fabian Affolter 2022-06-06 00:35:51 +02:00
parent d8bbeaa5c8
commit 7cd27bccab

View file

@ -13,6 +13,7 @@
, pythonOlder
, pytz
, requests
, setuptools
}:
buildPythonPackage rec {
@ -39,6 +40,7 @@ buildPythonPackage rec {
pyopenssl
pytz
requests
setuptools
];
postPatch = ''