python3-wrapt: add missing python3 dependency
This commit is contained in:
parent
627b8af96a
commit
e1238cfc87
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-wrapt'
|
# Template file for 'python3-wrapt'
|
||||||
pkgname=python3-wrapt
|
pkgname=python3-wrapt
|
||||||
version=1.12.1
|
version=1.12.1
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="wrapt-${version}"
|
wrksrc="wrapt-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 module for decorators, wrappers and monkey patching"
|
short_desc="Python3 module for decorators, wrappers and monkey patching"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
Loading…
Reference in a new issue