diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 22:35:11 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 22:35:11 +0000 |
commit | 32078a3c4f8c54db2ed91eb1039ba88ac62c8f77 (patch) | |
tree | 89ef9792f8e6a8bb15d1a9e2cc7b26158fdda4e1 | |
parent | cd6539ab081dcf0773f933db9ced9564eb1d865e (diff) |
added cacerts to python requests
-rw-r--r-- | repo/system/python-requests.xibuild | 2 |
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" |