From 32078a3c4f8c54db2ed91eb1039ba88ac62c8f77 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 31 Jan 2022 22:35:11 +0000 Subject: added cacerts to python requests --- repo/system/python-requests.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system') diff --git a/repo/system/python-requests.xibuild b/repo/system/python-requests.xibuild index d5185d1..85de10e 100644 --- a/repo/system/python-requests.xibuild +++ b/repo/system/python-requests.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(python ) -DEPS=(python) +DEPS=(python cacerts) SOURCE=git://github.com/psf/requests.git DESC="the requests module for python" -- cgit v1.2.1