python3-wrapt: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:12 +01:00
parent 627b8af96a
commit e1238cfc87

View file

@ -1,11 +1,12 @@
# Template file for 'python3-wrapt'
pkgname=python3-wrapt
version=1.12.1
revision=5
revision=6
wrksrc="wrapt-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Python3 module for decorators, wrappers and monkey patching"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"