summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Giovannetti2018-12-06 00:05:52 +0800
committerDario Giovannetti2018-12-06 00:05:52 +0800
commitebe0ab715a305a3def6108fd3801a952a9efca09 (patch)
tree5358df41d2a75a700d4f139ca3ffa489cd9955df /PKGBUILD
parent2731b7d6a07641fc8b63f9214fdd6f731c0f6fad (diff)
downloadaur-ebe0ab715a305a3def6108fd3801a952a9efca09.tar.gz
Add dependency on python-yaml
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8335051fcb0a..e142303f0230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,17 @@ _name='flask-restinpeace'
pkgname="python-${_name}"
pkgver='1.2.1'
-pkgrel=1
+pkgrel=2
pkgdesc="Create Flask REST APIs in peace."
arch=('any')
url="https://github.com/kynikos/lib.py.flask-rip"
license=('MIT')
-depends=('python-flask-marshmallow' 'python-apispec')
+depends=('python-flask-marshmallow'
+ 'python-apispec'
+ # python-yaml is a python-apispec optdepend, but it seems required
+ # to use this module?
+ # TODO: Report a bug?
+ 'python-yaml')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('4c585d271c270dfad1848c0fe157ff8b7d75dce4291414c817607219d0ea92c7')