Add python as make dependency of networkmanager-sstp

This commit is contained in:
Martchus 2016-06-06 21:43:15 +02:00
parent 6e77fc0290
commit 7d6f6703ee
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ license=('GPL2')
depends=('sstp-client' 'nm-connection-editor' 'libsecret' 'glib2')
optdepends=('ppp>=2.4.6')
options=()
makedepends=('git' 'intltool' 'ppp>=2.4.6' 'gawk')
makedepends=('git' 'intltool' 'ppp>=2.4.6' 'gawk' 'python')
provides=('networkmanager-sstp')
source=("git://github.com/enaess/network-manager-sstp.git#branch=release-1.2")
sha512sums=('SKIP')