mirror of
https://github.com/jtgans/g13gui.git
synced 2025-07-10 19:28:56 -04:00
Cleanup of build files.
This commit is contained in:
parent
64835729ef
commit
10b41e739d
8
PKGBUILD
8
PKGBUILD
@ -10,14 +10,14 @@ url="https://github.com/jtgans/g13gui"
|
||||
license=('BSD')
|
||||
depends=(
|
||||
'python>=3.8'
|
||||
'python-evdev'
|
||||
'python-pyusb>=1.0.2'
|
||||
'python-appdirs'
|
||||
'python-cffi'
|
||||
'python-dbus'
|
||||
'python-evdev'
|
||||
'python-gobject'
|
||||
'python-pillow>=10.0.1'
|
||||
'python-cffi'
|
||||
'python-psutil'
|
||||
'python-appdirs'
|
||||
'python-pyusb>=1.0.2'
|
||||
'python-xlib'
|
||||
'xorg-fonts-misc'
|
||||
)
|
||||
|
12
Pipfile
12
Pipfile
@ -4,14 +4,14 @@ verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
dbus-python = "*"
|
||||
PyGObject = "*"
|
||||
evdev = "*"
|
||||
pyusb = "==1.0.2"
|
||||
Pillow = "==10.0.1"
|
||||
cffi = "*"
|
||||
psutil = "*"
|
||||
PyGObject = "*"
|
||||
appdirs = "*"
|
||||
cffi = "*"
|
||||
dbus-python = "*"
|
||||
evdev = "*"
|
||||
psutil = "*"
|
||||
pyusb = "==1.0.2"
|
||||
|
||||
[dev-packages]
|
||||
xlib = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user