diff options
Diffstat (limited to 'community/py-jsonschema/APKBUILD')
-rw-r--r-- | community/py-jsonschema/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-jsonschema/APKBUILD b/community/py-jsonschema/APKBUILD index 19d1ff3744..af27997f40 100644 --- a/community/py-jsonschema/APKBUILD +++ b/community/py-jsonschema/APKBUILD @@ -16,7 +16,7 @@ builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$builddir" python2 setup.py build || return 1 - python3 setup.py build || return 1 + python3 setup.py build || return 1 } package() { |