diff options
Diffstat (limited to 'community/py3-pydocstyle/APKBUILD')
-rw-r--r-- | community/py3-pydocstyle/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pydocstyle/APKBUILD b/community/py3-pydocstyle/APKBUILD index 38ef7ff8115..b52d91e612d 100644 --- a/community/py3-pydocstyle/APKBUILD +++ b/community/py3-pydocstyle/APKBUILD @@ -23,7 +23,7 @@ check() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="70c7408dfa4c8e54a3abf0548a9af26a7ad7ee0bb76f3a41bf6f2297ce09c13c03ab5e066b1b15404ba6390ddfcacbc5e199d8b73ee74e3b184759d88c8b2a51 pydocstyle-5.1.1.tar.gz" |