summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 805d6cbb8c03..9fcbcf7cc0db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,6 +24,7 @@ pkgbase = papis
depends = python-pyparsing
depends = python-requests
depends = python-slugify
+ depends = python-stevedore
depends = python-tqdm
optdepends = papis-rofi: integration with rofi
source = https://files.pythonhosted.org/packages/source/p/papis/papis-0.9.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 79ddc8edacd7..7329a6c6e870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ depends=('python'
'python-pyparsing'
'python-requests'
'python-slugify'
+ 'python-stevedore'
'python-tqdm'
)
optdepends=('papis-rofi: integration with rofi')