summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2020-02-20 14:39:09 +1100
committerJP-Ellis2020-02-20 14:39:09 +1100
commitf4f5a2ca93d64df37dcd835a531a9fff72e4b552 (patch)
tree489f1b57b877a599acf4715fb080009c9ba5f516
parentfbea70214e1393c05326b4707e6c03772c19df23 (diff)
downloadaur-f4f5a2ca93d64df37dcd835a531a9fff72e4b552.tar.gz
Adding python-stevedore dependency
-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')