summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")