python/jaraco-packaging: Add missing dependency..

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-07-24 21:43:55 +12:00 committed by Willy Sudiarto Raharjo
parent 703b57fa71
commit 3392a7e162
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/4f/4a/26b1b91079e189ec4e8bb151
MD5SUM="e255f3d73c0eb676826b8a35256852c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="setuptools-scm python-toml"
REQUIRES="setuptools-scm python2-setuptools-scm python-toml"
MAINTAINER="Prof. HORSTMANN"
EMAIL="wmh@eipg.fr"