msys2: get python by transitive dependency
This commit is contained in:
parent
70f9398ad3
commit
544108eafd
|
@ -7,7 +7,7 @@ sha256sums=("SKIP")
|
|||
|
||||
build() {
|
||||
mkdir clang64
|
||||
export PYTHONPATH=`pwd`/clang64/lib/python3.11/site-packages
|
||||
export PYTHONPATH=`pwd`/clang64/lib/python3.12/site-packages
|
||||
chmod +w -R source
|
||||
cd source
|
||||
wine-msys2-build python -m build --wheel --skip-dependency-check --no-isolation
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
mingw-w64-clang-x86_64-python3.11
|
||||
mingw-w64-clang-x86_64-python-h5py
|
||||
mingw-w64-clang-x86_64-python-pyqt6
|
||||
mingw-w64-clang-x86_64-qt6-svg
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
mingw-w64-clang-x86_64-python3.11
|
||||
mingw-w64-clang-x86_64-python-numpy
|
||||
mingw-w64-clang-x86_64-python-aiohttp
|
||||
|
|
|
@ -13,7 +13,7 @@ curl -L https://raw.githubusercontent.com/msys2/MSYS2-packages/master/pacman/pac
|
|||
fakeroot pacman --root $MSYS2DIR --config $MSYS2DIR/etc/pacman.conf -Syy
|
||||
pacman --root $MSYS2DIR --config $MSYS2DIR/etc/pacman.conf \
|
||||
--cachedir $MSYS2DIR/msys/cache --sync --print-format "%l %n" \
|
||||
mingw-w64-clang-x86_64-cc mingw-w64-clang-x86_64-python3.11 \
|
||||
mingw-w64-clang-x86_64-cc \
|
||||
mingw-w64-clang-x86_64-python-numpy \
|
||||
mingw-w64-clang-x86_64-python-setuptools mingw-w64-clang-x86_64-python-build mingw-w64-clang-x86_64-python-installer > $MSYS2DIR/packages.txt
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
mingw-w64-clang-x86_64-python3.11
|
||||
mingw-w64-clang-x86_64-python-numpy
|
||||
mingw-w64-clang-x86_64-python-pybase64
|
||||
|
|
Loading…
Reference in New Issue