forked from mirrors/nixpkgs
python310Packages.snowflake-connector-python: add missing input
This commit is contained in:
parent
d8bbeaa5c8
commit
7cd27bccab
|
@ -13,6 +13,7 @@
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, pytz
|
, pytz
|
||||||
, requests
|
, requests
|
||||||
|
, setuptools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -39,6 +40,7 @@ buildPythonPackage rec {
|
||||||
pyopenssl
|
pyopenssl
|
||||||
pytz
|
pytz
|
||||||
requests
|
requests
|
||||||
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue