Make sure every package using a C/C++ compiler depends on one

The "cc" virtual package provides the environment default compiler.
This commit is contained in:
Christoph Reiter
2022-01-06 17:47:13 +01:00
parent 4f66cd2e09
commit 7c67d9c465
1278 changed files with 1657 additions and 1054 deletions

View File

@@ -18,7 +18,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-matplotlib>3.0.0"
"${MINGW_PACKAGE_PREFIX}-python-imageio>=2.3.0"
"${MINGW_PACKAGE_PREFIX}-python-tifffile>=2019.7.26"
"${MINGW_PACKAGE_PREFIX}-python-pillow>7.1.1")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython")
makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-cython"
"${MINGW_PACKAGE_PREFIX}-cc")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest>=5.2.0"
"${MINGW_PACKAGE_PREFIX}-python-pytest-cov>=2.7.0"
"${MINGW_PACKAGE_PREFIX}-python-pytest-flake8"