python-installer: makedepend on git

This commit is contained in:
Christoph Reiter
2022-02-03 09:49:03 +01:00
parent ee9ba34440
commit 5fc83fe2dd

View File

@@ -4,7 +4,7 @@ _realname=installer
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.4.0
pkgrel=1
pkgrel=2
pkgdesc="A low-level library for installing from a Python wheel distribution (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -15,6 +15,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-flit"
"${MINGW_PACKAGE_PREFIX}-cc"
"unzip"
"git"
)
_commit="32836e96e14d85db1f864ab5ff46ceb84b4a7673"
_launcher_commit="8c455825fc1308d34a1a47238a9eb6d56f732142"