kdeedu-cantor: added python2 dependency

This commit is contained in:
Neophytos Kolokotronis 2014-05-16 19:18:14 +00:00
parent c4f6fe02e0
commit 750ea0a2f6

View File

@ -7,7 +7,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kdeedu-cantor
_pkgname=cantor
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="KDE frontend to mathematical software"
url="http://kde.org/applications/education/cantor/"
arch=('x86_64')
@ -18,7 +18,8 @@ license=('GPL'
depends=("kde-runtime>=${_kdever}"
'r'
'libspectre'
"kdeedu-analitza>=${_kdever}")
"kdeedu-analitza>=${_kdever}"
"python2")
makedepends=('cmake'
'automoc4'
'docbook-xsl'