Skip to content

Commit

Permalink
Merge pull request #19663 from ognevnydemon/llvmlite-no-cython
Browse files Browse the repository at this point in the history
python-llvmlite: remove cython from makedepends
  • Loading branch information
lazka authored Jan 6, 2024
2 parents 6c3e0d0 + 663079b commit 17d77b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mingw-w64-python-llvmlite/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.41.1
pkgrel=1
pkgrel=2
pkgdesc='Lightweight LLVM python binding for writing JIT compilers (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -22,7 +22,6 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel"
"${MINGW_PACKAGE_PREFIX}-cython0"
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja"
Expand Down

0 comments on commit 17d77b6

Please sign in to comment.