Skip to content

Commit

Permalink
#2400 more indirect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 21, 2022
1 parent 4e92fad commit e7d5300
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/MSWindows/MINGW_SETUP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ $PACMAN --noconfirm --needed -S base-devel ${XPKG}yasm ${XPKG}nasm subversion rs
for x in cryptography cffi pycparser numpy pillow cx_Freeze appdirs paramiko comtypes netifaces rencode setproctitle pyu2f ldap ldap3 bcrypt pynacl lz4 brotli pyopengl nvidia-ml zeroconf certifi yaml py-cpuinfo winkerberos gssapi coverage psutil oauthlib; do
$PACMAN --noconfirm --needed -S ${XPKG}python-${x}
done
#dependencies of browser_cookie3 and pycuda,
#best to manage them via pacman rather than have them installed via pip
for x in pycryptodome mako markupsafe typing_extensions; do
$PACMAN --noconfirm --needed -S ${XPKG}python-${x}
done
$PACMAN --noconfirm --needed -S ${XPKG}cython

#this needs to be converted to a PKGBUILD:
Expand Down

0 comments on commit e7d5300

Please sign in to comment.