summaryrefslogtreecommitdiff
path: root/repo/core/python-requests.xibuild
blob: 77527294a47ef5edd37a3845addc138b8e8ef6ec (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

DEPS=(python)

SOURCE=git://github.com/psf/requests.git
DESC="the requests module for python"

build () {
    mkdir -p $PKG_DEST/usr/lib/python3.10/site-packages/
    pip install -t $PKG_DEST/usr/lib/python3.10/site-packages/ .
}