python3-smbc: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:10 +01:00
parent 4f57142bb7
commit b0cb4061f0

View file

@ -1,11 +1,12 @@
# Template file for 'python3-smbc'
pkgname=python3-smbc
version=1.0.23
revision=2
revision=3
wrksrc="pysmbc-${version}"
build_style=python3-module
hostmakedepends="pkg-config python3-devel python3-setuptools"
makedepends="python3-devel samba-devel"
depends="python3"
short_desc="Python3 bindings for libsmbclient"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"