diff options
Diffstat (limited to 'repo/system/python-requests.xibuild')
-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 7752729..145473b 100644 --- a/repo/system/python-requests.xibuild +++ b/repo/system/python-requests.xibuild @@ -5,7 +5,7 @@ DEPS=(python) SOURCE=git://github.com/psf/requests.git DESC="the requests module for python" -build () { +package () { mkdir -p $PKG_DEST/usr/lib/python3.10/site-packages/ pip install -t $PKG_DEST/usr/lib/python3.10/site-packages/ . } |