apkbuild-pypi.in: add -pyc subpackage to template

This commit is contained in:
Celeste 2023-12-12 15:42:24 +00:00
parent ad9324fd52
commit 11c96f25d6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ arch="noarch"
license="[% license %]"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest"
subpackages=""
subpackages="$pkgname-pyc"
source="[% source %]"
builddir="$srcdir/$_pkgreal-$pkgver"