Skip to content

Commit

Permalink
we don't need python-lz4
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 28, 2023
1 parent 8683652 commit 5a4daf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Build/Other.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ apt-get install libx11-dev libxtst-dev libxcomposite-dev \
```
A decent set of runtime dependencies:
```shell
apt-get install python-lz4 python-cryptography
apt-get install python-cryptography
pip install pyopengl pyopengl-accelerate rencode \
netifaces websocket-client websockify pillow
```
Expand Down
2 changes: 1 addition & 1 deletion packaging/MSWindows/MINGW_SETUP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ done
$PACMAN --noconfirm --needed -S ${XPKG}cython

#these need to be converted to PKGBUILD:
$PACMAN --noconfirm --needed -S ${XPKG}python-pip ${XPKG}python-pycryptodome ${XPKG}python-lz4 ${XPKG}python-keyring ${XPKG}python-idna openssl-devel
$PACMAN --noconfirm --needed -S ${XPKG}python-pip ${XPKG}python-pycryptodome ${XPKG}python-keyring ${XPKG}python-idna openssl-devel
for x in browser-cookie3 pylsqpack aioquic pyaes pbkdf2 pytools; do
pip3 install $x
done
Expand Down

0 comments on commit 5a4daf7

Please sign in to comment.