python3-fuse: add missing python3 dependency
This commit is contained in:
parent
94c9f9ff82
commit
d15fd16577
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-fuse'
|
# Template file for 'python3-fuse'
|
||||||
pkgname=python3-fuse
|
pkgname=python3-fuse
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=python-fuse-$version
|
wrksrc=python-fuse-$version
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3-setuptools"
|
hostmakedepends="pkg-config python3-setuptools"
|
||||||
makedepends="fuse-devel python3-devel"
|
makedepends="fuse-devel python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="FUSE bindings for Python3"
|
short_desc="FUSE bindings for Python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue