diff options
Diffstat (limited to 'testing/py3-bottle-request/APKBUILD')
-rw-r--r-- | testing/py3-bottle-request/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-bottle-request/APKBUILD b/testing/py3-bottle-request/APKBUILD index cacae8c6dc9..a8990ffb5f6 100644 --- a/testing/py3-bottle-request/APKBUILD +++ b/testing/py3-bottle-request/APKBUILD @@ -22,7 +22,7 @@ build() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="bd12268d703996e200dea5817f939ecf80e572e97d3686bcaf988ec048cda4e3b950122588b91ce78a06712a321e155e2e365bc75bbd2a720228a65441a67e21 bottle-request-0.2.0.tar.gz" |