From dec952fe033386edc3eb34b0f17edde6683eae65 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 20 Jan 2022 21:37:51 +0000 Subject: added makedeps currently are just common buildtools --- repo/system/python-requests.xibuild | 1 + 1 file changed, 1 insertion(+) (limited to 'repo/system/python-requests.xibuild') diff --git a/repo/system/python-requests.xibuild b/repo/system/python-requests.xibuild index 145473b..d5185d1 100644 --- a/repo/system/python-requests.xibuild +++ b/repo/system/python-requests.xibuild @@ -1,5 +1,6 @@ #!/bin/bash +MAKEDEPS=(python ) DEPS=(python) SOURCE=git://github.com/psf/requests.git -- cgit v1.2.1