diff options
Diffstat (limited to 'community/py3-twitter/APKBUILD')
-rw-r--r-- | community/py3-twitter/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-twitter/APKBUILD b/community/py3-twitter/APKBUILD index 539b75be89b..f3a744e5be8 100644 --- a/community/py3-twitter/APKBUILD +++ b/community/py3-twitter/APKBUILD @@ -21,7 +21,7 @@ build() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="6ccd5aa81ec433a86a8d4db0fe28ab12d4b434849e2d06ae3cd70449d98fd642d4c16221113f4b6fd82610093c11ea042118cab0a876e4ec1208b0c8e14b41b5 python-twitter-3.5.tar.gz" |