forked from mirrors/nixpkgs
Merge pull request #118487 from tomberek/minio_add_certifi
python3Packages.minio: add certifi
This commit is contained in:
commit
ca976db191
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue