Merge pull request #13761 from z3ntu/pyudev

python-pyudev: add missing six dependency
openrazer-meta: remove python3-six dependency
This commit is contained in:
Alessio Sergi 2018-05-21 12:50:41 +02:00 committed by GitHub
commit d8d3933328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'openrazer-meta'
pkgname=openrazer-meta
version=2.3.0
revision=1
revision=2
wrksrc=openrazer-${version}
build_style=gnu-makefile
make_install_target="setup_dkms udev_install daemon_install xdg_install python_library_install"
@ -21,7 +21,7 @@ do_build() {
openrazer-daemon_package() {
short_desc="Userspace daemon that abstracts access to the kernel driver"
depends="openrazer-driver-dkms python3-daemonize python3-pyudev
python3-setproctitle python3-six"
python3-setproctitle"
pkg_install() {
vmove etc/xdg/autostart
vmove usr/bin

View File

@ -1,13 +1,13 @@
# Template file for 'python-pyudev'
pkgname=python-pyudev
version=0.21.0
revision=1
revision=2
noarch=yes
wrksrc="pyudev-${version}"
build_style=python-module
pycompile_module="pyudev"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
depends="python python-six"
short_desc="Python bindings to libudev (Python2)"
maintainer="Luca Weiss <luca@z3ntu.xyz>"
license="LGPL-2.1"
@ -17,7 +17,7 @@ checksum=5f4625f89347e465731866ddbe042a055bbc5092577356aa3d089ac5fb8efd94
python3-pyudev_package() {
noarch=yes
depends="python3"
depends="python3 python3-six"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {