python-pyudev: add missing python-six dependency
This commit is contained in:
parent
f2bcdee8bb
commit
a1110804ea
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue