python3-lazy-object-proxy: add missing python3 dependency
This commit is contained in:
parent
6f85e0bc00
commit
3ad7c06ae6
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-lazy-object-proxy'
|
# Template file for 'python3-lazy-object-proxy'
|
||||||
pkgname=python3-lazy-object-proxy
|
pkgname=python3-lazy-object-proxy
|
||||||
version=1.5.2
|
version=1.5.2
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="lazy-object-proxy-${version}"
|
wrksrc="lazy-object-proxy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Fast and thorough lazy object proxy (Python3)"
|
short_desc="Fast and thorough lazy object proxy (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue