summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Andrew Clemons2021-07-24 11:30:41 +0200
committer Willy Sudiarto Raharjo2021-07-25 11:56:01 +0200
commitfb09c2c4168e56577ffc71824e64c6e6e294f4d8 (patch)
tree101fde85e0f1861b42ac5aead196d6237d1adff7 /python
parent044e62673b9944ddee1a4e077b0832dd9167f951 (diff)
downloadslackbuilds-fb09c2c4168e56577ffc71824e64c6e6e294f4d8.tar.gz
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')
-rw-r--r--python/APScheduler/APScheduler.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/APScheduler/APScheduler.info b/python/APScheduler/APScheduler.info
index e737eadb34..e3e5aa5577 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"