summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 22:35:11 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 22:35:11 +0000
commit32078a3c4f8c54db2ed91eb1039ba88ac62c8f77 (patch)
tree89ef9792f8e6a8bb15d1a9e2cc7b26158fdda4e1 /repo
parentcd6539ab081dcf0773f933db9ced9564eb1d865e (diff)
added cacerts to python requests
Diffstat (limited to 'repo')
-rw-r--r--repo/system/python-requests.xibuild2
1 files changed, 1 insertions, 1 deletions
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"