openrazer-meta: remove python3-six dependency
This commit is contained in:
parent
a1110804ea
commit
455ab9ef49
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openrazer-meta'
|
# Template file for 'openrazer-meta'
|
||||||
pkgname=openrazer-meta
|
pkgname=openrazer-meta
|
||||||
version=2.3.0
|
version=2.3.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=openrazer-${version}
|
wrksrc=openrazer-${version}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_target="setup_dkms udev_install daemon_install xdg_install python_library_install"
|
make_install_target="setup_dkms udev_install daemon_install xdg_install python_library_install"
|
||||||
|
@ -21,7 +21,7 @@ do_build() {
|
||||||
openrazer-daemon_package() {
|
openrazer-daemon_package() {
|
||||||
short_desc="Userspace daemon that abstracts access to the kernel driver"
|
short_desc="Userspace daemon that abstracts access to the kernel driver"
|
||||||
depends="openrazer-driver-dkms python3-daemonize python3-pyudev
|
depends="openrazer-driver-dkms python3-daemonize python3-pyudev
|
||||||
python3-setproctitle python3-six"
|
python3-setproctitle"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc/xdg/autostart
|
vmove etc/xdg/autostart
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
|
Loading…
Reference in a new issue