summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-07-24 12:08:56 +0200
committer Willy Sudiarto Raharjo2021-07-25 11:56:02 +0200
commitd450746f731b957652e8dfe7921dc38760d64632 (patch)
tree6804e3c240c2b83c093f3ec440dcf6e3cc969027
parentc8b36e7f997ed8d3a01ee7cb4f567fbaf1b61763 (diff)
downloadslackbuilds-d450746f731b957652e8dfe7921dc38760d64632.tar.gz
python/tempora: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/tempora/tempora.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tempora/tempora.info b/python/tempora/tempora.info
index 792442f9a3..17aba72d21 100644
--- a/python/tempora/tempora.info
+++ b/python/tempora/tempora.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/12/6b/dc2e9370bf3be766302dbd6cd9729e2
MD5SUM="9c918e999cc48d92b3750226f21974e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="setuptools-scm pytz"
+REQUIRES="python2-setuptools-scm pytz"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"