summaryrefslogtreecommitdiff
path: root/pcr/gnuhealth
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-22 00:22:32 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-22 00:22:32 -0300
commiteeb5a06dffa173ccfa8078f8732c04e3e9a48691 (patch)
tree6fcfabe5bfd1cf54fdc17d302fe83296ea9afcd4 /pcr/gnuhealth
parentb580125bc9cfd6810c549de2ec8f41988311703f (diff)
gnuhealth: adding missing dependencies, some dependencies aren't included here due that are subdependencies
Diffstat (limited to 'pcr/gnuhealth')
-rw-r--r--pcr/gnuhealth/PKGBUILD21
1 files changed, 19 insertions, 2 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD
index c16692899..695062e5b 100644
--- a/pcr/gnuhealth/PKGBUILD
+++ b/pcr/gnuhealth/PKGBUILD
@@ -3,12 +3,29 @@
pkgname=gnuhealth
pkgver=1.8.1
-pkgrel=2
+pkgrel=3
pkgdesc="A free Health and Hospital Information System"
arch=(any)
url="http://health.gnu.org/"
license=('GPL3')
-depends=('postgresql' 'pygtk' 'python2-pip' 'trytond')
+depends=(
+ postgresql
+ pygtk
+ python2-dateutil
+ python2-imaging
+ python2-ldap
+ python2-pip
+ python2-psycopg2
+ python2-pytz
+ python2-pywebdav
+ python2-qrcode
+ python2-vobject
+ trytond
+ trytond-account-invoice
+ trytond-calendar
+ trytond-country
+ trytond-stock-lot
+)
source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz")
md5sums=('d3837242011df1d39ce7a0f1d6e6a46a')