mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/mypy_extensions: Fix missing dep.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d138e65f7c
commit
92a87c95fb
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/63/60/0582ce2eaced55f65a4406fc
|
||||||
MD5SUM="4163ff73d0db8631c0a78bb55b551c84"
|
MD5SUM="4163ff73d0db8631c0a78bb55b551c84"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES="python3"
|
||||||
MAINTAINER="Tim Dickson"
|
MAINTAINER="Tim Dickson"
|
||||||
EMAIL="dickson.tim@googlemail.com"
|
EMAIL="dickson.tim@googlemail.com"
|
||||||
|
|
Loading…
Reference in a new issue