Switch from vext.gi to PyGObject (#348)

This commit is contained in:
Alfredo Monclus 2021-12-04 14:29:35 -03:00 committed by GitHub
parent eca3385ffe
commit 5ff249cb20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -4,9 +4,10 @@ SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
KSPATH=$(sed 's/\/scripts//g' <<< $SCRIPTPATH) KSPATH=$(sed 's/\/scripts//g' <<< $SCRIPTPATH)
KSENV="${HOME}/.KlipperScreen-env" KSENV="${HOME}/.KlipperScreen-env"
PKGLIST="xserver-xorg-video-fbturbo xdotool xinit xinput x11-xserver-utils libopenjp2-7 python3-distutils python3-gi" PKGLIST="xserver-xorg-video-fbturbo xdotool xinit xinput x11-xserver-utils libopenjp2-7 python3-distutils"
PKGLIST="${PKGLIST} python3-gi-cairo python3-virtualenv gir1.2-gtk-3.0 virtualenv matchbox-keyboard wireless-tools" PKGLIST="${PKGLIST} python3-virtualenv virtualenv matchbox-keyboard wireless-tools"
PKGLIST="${PKGLIST} libatlas-base-dev fonts-freefont-ttf" PKGLIST="${PKGLIST} libatlas-base-dev fonts-freefont-ttf"
PKGLIST="${PKGLIST} libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0"
Red='\033[0;31m' Red='\033[0;31m'
Green='\033[0;32m' Green='\033[0;32m'

View File

@ -3,6 +3,6 @@ jinja2==3.0.3
matplotlib==3.5.0 matplotlib==3.5.0
netifaces==0.11.0 netifaces==0.11.0
requests==2.26.0 requests==2.26.0
vext==0.7.6
websocket-client==1.2.1 websocket-client==1.2.1
vext.gi==0.7.4 --prefer-binary pycairo==1.20.1
PyGObject==3.42.0