python3-greenlet: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:08:14 +01:00
parent e2987bb419
commit 031a0a4b36

View file

@ -1,10 +1,11 @@
# Template file for 'python3-greenlet'
pkgname=python3-greenlet
version=1.1.0
revision=2
revision=3
wrksrc="greenlet-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
makedepends="python3-devel"
short_desc="Lightweight in-process concurrent programming (Python3)"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"