From 161a1198f43f15e72b68e7b25cddf42e95cef0aa Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Sun, 7 Mar 2021 08:55:54 +0530 Subject: [PATCH] Add setuptools-git dependency for pytest-shutil --- mingw-w64-python-pytest-shutil/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-python-pytest-shutil/PKGBUILD b/mingw-w64-python-pytest-shutil/PKGBUILD index e817526f8c..3c2714a1f7 100644 --- a/mingw-w64-python-pytest-shutil/PKGBUILD +++ b/mingw-w64-python-pytest-shutil/PKGBUILD @@ -22,6 +22,7 @@ depends=( makedepends=( "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm" + "${MINGW_PACKAGE_PREFIX}-python-setuptools-git" ) source=("${_pyname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") sha256sums=('d8165261de76e7508505c341d94c02b113dc963f274543abca74dbfabd021261')