python3-fuse: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:04 +01:00
parent 94c9f9ff82
commit d15fd16577

View file

@ -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"