From 556533785ac428e0bb7d973c7c4f1f5081559be4 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Sun, 10 Aug 2025 12:39:41 +0500 Subject: [PATCH] chore(build): added python-websocket-client to dependency Signed-off-by: Boris Yumankulov --- build-aux/PKGBUILD | 2 +- build-aux/PKGBUILD-git | 2 +- build-aux/fedora-git.spec | 1 + build-aux/fedora.spec | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD index 7165729..bf04902 100644 --- a/build-aux/PKGBUILD +++ b/build-aux/PKGBUILD @@ -6,7 +6,7 @@ arch=('any') url="https://git.linux-gaming.ru/Boria138/PortProtonQt" license=('GPL-3.0') depends=('python-numpy' 'python-requests' 'python-babel' 'python-evdev' 'python-pyudev' 'python-orjson' - 'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils' 'python-beautifulsoup4') + 'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils' 'python-beautifulsoup4' 'python-websocket-client') makedepends=('python-'{'build','installer','setuptools','wheel'}) source=("git+https://git.linux-gaming.ru/Boria138/PortProtonQt#tag=v$pkgver") sha256sums=('SKIP') diff --git a/build-aux/PKGBUILD-git b/build-aux/PKGBUILD-git index a549f2f..4f2164b 100644 --- a/build-aux/PKGBUILD-git +++ b/build-aux/PKGBUILD-git @@ -6,7 +6,7 @@ arch=('any') url="https://git.linux-gaming.ru/Boria138/PortProtonQt" license=('GPL-3.0') depends=('python-numpy' 'python-requests' 'python-babel' 'python-evdev' 'python-pyudev' 'python-orjson' - 'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils' 'python-beautifulsoup4') + 'python-psutil' 'python-tqdm' 'python-vdf' 'pyside6' 'icoextract' 'python-pillow' 'perl-image-exiftool' 'xdg-utils' 'python-beautifulsoup4' 'python-websocket-client') makedepends=('python-'{'build','installer','setuptools','wheel'}) source=("git+https://git.linux-gaming.ru/Boria138/PortProtonQt.git") sha256sums=('SKIP') diff --git a/build-aux/fedora-git.spec b/build-aux/fedora-git.spec index 988cb62..4122766 100644 --- a/build-aux/fedora-git.spec +++ b/build-aux/fedora-git.spec @@ -33,6 +33,7 @@ Requires: python3-babel Requires: python3-evdev Requires: python3-icoextract Requires: python3-numpy +Requires: python3-websocket-client Requires: python3-orjson Requires: python3-psutil Requires: python3-pyside6 diff --git a/build-aux/fedora.spec b/build-aux/fedora.spec index 3466651..441eae7 100644 --- a/build-aux/fedora.spec +++ b/build-aux/fedora.spec @@ -30,6 +30,7 @@ Requires: python3-babel Requires: python3-evdev Requires: python3-icoextract Requires: python3-numpy +Requires: python3-websocket-client Requires: python3-orjson Requires: python3-psutil Requires: python3-pyside6