summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2021-01-08 21:13:45 +0100
committerLuca Weiss2021-01-08 21:13:45 +0100
commitea0d4fc01089dc5fbf6cdfdaed15315aef439f73 (patch)
tree9f067285e4daecbfa3767449699894379e1a8727 /PKGBUILD
parentfa4aec9a4bc458c4530870654c4b855e5c802959 (diff)
downloadaur-mygnuhealth-git.tar.gz
mygnuhealth-git: add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9afd5befc245..d0e9f0472522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="The GNU Health Personal Health Record (PHR)"
arch=('any')
url="https://invent.kde.org/pim/mygnuhealth"
license=('GPL3')
-depends=('python' 'python-matplotlib' 'python-requests' 'python-tinydb' 'python-bcrypt')
+depends=('python' 'python-matplotlib' 'python-requests' 'python-tinydb' 'python-bcrypt' 'pyside2')
makedepends=('git' 'python-setuptools')
provides=("$_pkgname")
conflicts=("$_pkgname")