python3-greenlet: add missing python3 dependency
This commit is contained in:
parent
e2987bb419
commit
031a0a4b36
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-greenlet'
|
# Template file for 'python3-greenlet'
|
||||||
pkgname=python3-greenlet
|
pkgname=python3-greenlet
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="greenlet-${version}"
|
wrksrc="greenlet-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
short_desc="Lightweight in-process concurrent programming (Python3)"
|
short_desc="Lightweight in-process concurrent programming (Python3)"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue