python3-smbc: add missing python3 dependency
This commit is contained in:
parent
4f57142bb7
commit
b0cb4061f0
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-smbc'
|
# Template file for 'python3-smbc'
|
||||||
pkgname=python3-smbc
|
pkgname=python3-smbc
|
||||||
version=1.0.23
|
version=1.0.23
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="pysmbc-${version}"
|
wrksrc="pysmbc-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3-devel python3-setuptools"
|
hostmakedepends="pkg-config python3-devel python3-setuptools"
|
||||||
makedepends="python3-devel samba-devel"
|
makedepends="python3-devel samba-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 bindings for libsmbclient"
|
short_desc="Python3 bindings for libsmbclient"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue