python3Packages.minio: add certifi
This commit is contained in:
parent
7d0ba0850f
commit
a528b5b7e9
@ -8,6 +8,7 @@
|
|||||||
, pytz
|
, pytz
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, urllib3
|
, urllib3
|
||||||
|
, certifi
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -26,6 +27,7 @@ buildPythonPackage rec {
|
|||||||
python-dateutil
|
python-dateutil
|
||||||
pytz
|
pytz
|
||||||
urllib3
|
urllib3
|
||||||
|
certifi
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ faker mock nose pytestCheckHook ];
|
checkInputs = [ faker mock nose pytestCheckHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user