Skip to content

Commit 7e233a1

Browse files
committed
add lsof to deps
1 parent a408ba7 commit 7e233a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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' 'python-pyserial')
9+
depends=('python' 'python-setuptools' 'python-evdev' 'python-rich' 'python-yaml' 'python-xlib' 'libusb' 'python-pyserial' 'lsof')
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")

0 commit comments

Comments
 (0)