mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
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'
|
# 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…
Add table
Reference in a new issue