apkbuild-pypi.in: add space at the beginning of the comment

This commit is contained in:
Sertonix 2025-01-22 09:34:44 +00:00 committed by Natanael Copa
parent 05c3fe555c
commit b016d5115f

View File

@ -21,7 +21,7 @@ my $template = <<'EOF';
pkgname=[% pkgname %]
pkgver=[% pkgver %]
pkgrel=[% pkgrel %]
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
# _pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=[% pkgreal %]
pkgdesc="[% pkgdesc %]"
url="[% url %]"