mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-typing: needs setuptools now
This commit is contained in:
parent
90532c3cbc
commit
1d5990f0e6
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Add table
Reference in a new issue