diff options
-rw-r--r-- | community/py3-jsonschema-gns3/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/community/py3-jsonschema-gns3/APKBUILD b/community/py3-jsonschema-gns3/APKBUILD index 1a924894e4..0bec2ff5b7 100644 --- a/community/py3-jsonschema-gns3/APKBUILD +++ b/community/py3-jsonschema-gns3/APKBUILD @@ -15,17 +15,14 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname builddir="$srcdir"/$_pkgname-$pkgver build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py check } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } |