Merge pull request #118487 from tomberek/minio_add_certifi

python3Packages.minio: add certifi
This commit is contained in:
Sandro
2021-04-04 23:18:43 +02:00
committed by GitHub

View File

@@ -8,6 +8,7 @@
, pytz
, pytestCheckHook
, urllib3
, certifi
}:
buildPythonPackage rec {
@@ -26,6 +27,7 @@ buildPythonPackage rec {
python-dateutil
pytz
urllib3
certifi
];
checkInputs = [ faker mock nose pytestCheckHook ];