summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Correa2018-03-21 13:15:38 -0300
committerVinicius Correa2018-03-21 13:15:38 -0300
commitc60ebcab71d01a34fd6169d64e39f4b57b4650d6 (patch)
treedb0c878a4d6e2d31238b21adb098f769830863cc
parentd34acbf921cf9c65b1324d62c33a17784e2b02d7 (diff)
downloadaur-c60ebcab71d01a34fd6169d64e39f4b57b4650d6.tar.gz
first version
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 021dde00d3db..ccfd8a7529c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = stoq
license = LGPL
makedepends = git
depends = python2
+ depends = python2-service_identity
depends = kiwi
depends = stoqdrivers
depends = ntp
diff --git a/PKGBUILD b/PKGBUILD
index 759388e4f323..6b21479bda96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Stoq Retail Management System."
arch=('x86_64')
url="https://github.com/stoq/${pkgname}"
license=('LGPL')
-depends=('python2' 'kiwi' 'stoqdrivers' 'ntp' 'python2-zope-interface' 'postgresql' 'python2-poppler' 'python2-weasyprint'
+depends=('python2' 'python2-service_identity' 'kiwi' 'stoqdrivers' 'ntp' 'python2-zope-interface' 'postgresql' 'python2-poppler' 'python2-weasyprint'
'python2-dateutil' 'python2-pillow' 'python2-gudev' 'python2-mako' 'python2-psycopg2' 'python2-storm'
'pywebkitgtk' 'python2-xlwt' 'iso-codes' 'pygtk' 'python2-pyinotify' 'python2-reportlab' 'python2-cairo'
'python2-twisted' 'python2-pyopenssl' 'python2-lxml' 'python2-cryptography' 'python2-nss' 'python2-requests'