diff options
-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" |