summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2021-01-08 21:13:45 +0100
committerLuca Weiss2021-01-08 21:13:45 +0100
commitea0d4fc01089dc5fbf6cdfdaed15315aef439f73 (patch)
tree9f067285e4daecbfa3767449699894379e1a8727
parentfa4aec9a4bc458c4530870654c4b855e5c802959 (diff)
downloadaur-ea0d4fc01089dc5fbf6cdfdaed15315aef439f73.tar.gz
mygnuhealth-git: add missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a31385ea5537..e2c6471e1498 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = mygnuhealth-git
depends = python-requests
depends = python-tinydb
depends = python-bcrypt
+ depends = pyside2
provides = mygnuhealth
conflicts = mygnuhealth
source = git+https://invent.kde.org/pim/mygnuhealth.git
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")