diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 22:08:56 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:02 +0700 |
commit | d450746f731b957652e8dfe7921dc38760d64632 (patch) | |
tree | 6804e3c240c2b83c093f3ec440dcf6e3cc969027 /python/tempora | |
parent | c8b36e7f997ed8d3a01ee7cb4f567fbaf1b61763 (diff) |
python/tempora: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/tempora')
-rw-r--r-- | python/tempora/tempora.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tempora/tempora.info b/python/tempora/tempora.info index 792442f9a32f..17aba72d21be 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" |