python-typing: needs setuptools now

This commit is contained in:
Alessio Sergi 2017-08-15 11:32:11 +02:00
parent 90532c3cbc
commit 1d5990f0e6

View file

@ -6,7 +6,7 @@ noarch=yes
wrksrc="typing-${version}"
build_style=python2-module
pycompile_module="typing.py"
hostmakedepends="python-devel"
hostmakedepends="python-setuptools"
depends="python"
short_desc="Backport of the typing module from Python 3.5+"
maintainer="Alessio Sergi <al3hex@gmail.com>"