Skip to content

Commit 26ef6ff

Browse files
committed
add pyserial dependency for onexplayer
1 parent 5806199 commit 26ef6ff

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgdesc='Handheld Daemon. A tool for managing the quirks of handheld devices.'
66
arch=('x86_64')
77
url='https://github.com/hhd-dev/hhd'
88
license=('GPL-3.0-or-later' 'MIT')
9-
depends=('python' 'python-setuptools' 'python-evdev' 'python-rich' 'python-yaml' 'python-xlib' 'libusb')
9+
depends=('python' 'python-setuptools' 'python-evdev' 'python-rich' 'python-yaml' 'python-xlib' 'libusb' 'python-pyserial')
1010
optdepends=('hhd-user: allows running hhd as a user service.')
1111
makedepends=('python-'{'build','installer','setuptools','wheel'})
1212
source=("https://pypi.python.org/packages/source/h/hhd/hhd-${pkgver}.tar.gz")

hhd.spec

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Requires: python3-rich
2121
Requires: python3-yaml
2222
Requires: python3-setuptools
2323
Requires: python3-xlib
24+
Requires: python3-pyserial
2425
Requires: libusb1
2526
Requires: hidapi
2627

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dependencies = [
2020
"PyYAML>=6.0.1",
2121
"rich>=13.5.2",
2222
"setuptools>=65.5.0",
23-
"python-xlib>=0.33"
23+
"python-xlib>=0.33",
24+
"pyserial>=3.5",
2425
]
2526

2627
[project.urls]

0 commit comments

Comments
 (0)