Merge pull request #13761 from z3ntu/pyudev
python-pyudev: add missing six dependency openrazer-meta: remove python3-six dependency
This commit is contained in:
commit
d8d3933328
2 changed files with 5 additions and 5 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
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python-pyudev'
|
# Template file for 'python-pyudev'
|
||||||
pkgname=python-pyudev
|
pkgname=python-pyudev
|
||||||
version=0.21.0
|
version=0.21.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyudev-${version}"
|
wrksrc="pyudev-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pyudev"
|
pycompile_module="pyudev"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python python-six"
|
||||||
short_desc="Python bindings to libudev (Python2)"
|
short_desc="Python bindings to libudev (Python2)"
|
||||||
maintainer="Luca Weiss <luca@z3ntu.xyz>"
|
maintainer="Luca Weiss <luca@z3ntu.xyz>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -17,7 +17,7 @@ checksum=5f4625f89347e465731866ddbe042a055bbc5092577356aa3d089ac5fb8efd94
|
||||||
|
|
||||||
python3-pyudev_package() {
|
python3-pyudev_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3 python3-six"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in a new issue