From 10b41e739de64fbf7a889598b86c107619a37348 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 19:19:39 -0500 Subject: [PATCH] Cleanup of build files. --- PKGBUILD | 8 ++++---- Pipfile | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 346f7d5..b3fc4d1 100644 --- a/PKGBUILD +++ b/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' ) diff --git a/Pipfile b/Pipfile index d030959..9376816 100644 --- a/Pipfile +++ b/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 = "*"