diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 21:30:41 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:01 +0700 |
commit | fb09c2c4168e56577ffc71824e64c6e6e294f4d8 (patch) | |
tree | 101fde85e0f1861b42ac5aead196d6237d1adff7 /python/APScheduler | |
parent | 044e62673b9944ddee1a4e077b0832dd9167f951 (diff) |
python/APScheduler: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/APScheduler')
-rw-r--r-- | python/APScheduler/APScheduler.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/APScheduler/APScheduler.info b/python/APScheduler/APScheduler.info index e737eadb344b1..e3e5aa55772f2 100644 --- a/python/APScheduler/APScheduler.info +++ b/python/APScheduler/APScheduler.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/e0/9f/ba45695c414f013458ddaeb73e70e9c MD5SUM="fe3ce05d54a8ef58e1ce7e08162f14f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm tzlocal funcsigs" +REQUIRES="python2-setuptools-scm tzlocal funcsigs" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |