summaryrefslogtreecommitdiffstats
path: root/libraries/evernote-python
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-08-22 14:31:55 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-08-25 12:11:23 +0700
commit320e4b54fa24221231515a50290da93f4c0d61f3 (patch)
tree3f0d330a6f8422a1bc64f78f89288a9d329f847f /libraries/evernote-python
parent1547efbb7c31ee9abb9c97c6b44a7111f5554342 (diff)
downloadslackbuilds-320e4b54fa24221231515a50290da93f4c0d61f3.tar.gz
slackbuilds-320e4b54fa24221231515a50290da93f4c0d61f3.tar.xz
libraries/evernote-python: Fix python2-oauth dep.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/evernote-python')
-rw-r--r--libraries/evernote-python/evernote-python.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/evernote-python/evernote-python.info b/libraries/evernote-python/evernote-python.info
index 721a1c9e48..7ae260e067 100644
--- a/libraries/evernote-python/evernote-python.info
+++ b/libraries/evernote-python/evernote-python.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/3b/8e/dba34913e7dbccd868cdf228c5104f9
MD5SUM="e7bfe937a2636ec24f08bb66b4653133"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-oauth2"
+REQUIRES="python2-oauth2"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"