Skip to content

Commit

Permalink
python2-cryptography 2.4.2 has an undeclared dependency on python2-ip…
Browse files Browse the repository at this point in the history
…address

git-svn-id: https://xpra.org/svn/Xpra/trunk@21441 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 21, 2019
1 parent 993e8e7 commit 7184673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/win32/MINGW_SETUP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ for x in cryptography cffi pycparser numpy pillow cx_Freeze appdirs paramiko com
$PACMAN --noconfirm -S ${XPKG}python2-${x}
$PACMAN --noconfirm -S ${XPKG}python3-${x}
done
#python2-cryptography 2.4.2 has an undeclared dependency on:
$PACMAN --noconfirm -S ${XPKG}python2-ipaddress
$PACMAN --noconfirm -S ${XPKG}cython2 ${XPKG}python2-setuptools
$PACMAN --noconfirm -S ${XPKG}cython
#using easy-install for python libraries which are not packaged by mingw:
Expand Down

0 comments on commit 7184673

Please sign in to comment.