aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-ipaddr
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-ipaddr')
-rw-r--r--community/py-ipaddr/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-ipaddr/APKBUILD b/community/py-ipaddr/APKBUILD
index 57438d5891..e3a008b5e7 100644
--- a/community/py-ipaddr/APKBUILD
+++ b/community/py-ipaddr/APKBUILD
@@ -27,7 +27,7 @@ build() {
package() {
cd "$_builddir"
- python setup.py install --root="$pkgdir"
+ python2 setup.py install --root="$pkgdir"
}
md5sums="f2c7852f95862715f92e7d089dc3f2cf ipaddr-2.1.11.tar.gz"