spice-gtk: remove python2 make dep

not needed
This commit is contained in:
Christoph Reiter
2019-12-27 19:52:37 +01:00
parent c5908c050b
commit eb08b0ff4f

View File

@@ -4,7 +4,7 @@ _realname=spice-gtk
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.37
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc="GTK3 widget for SPICE clients (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-cyrus-sasl"
@@ -21,8 +21,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-cyrus-sasl"
"${MINGW_PACKAGE_PREFIX}-spice-protocol"
"${MINGW_PACKAGE_PREFIX}-usbredir"
"${MINGW_PACKAGE_PREFIX}-vala")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-python2")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
options=('strip' 'staticlibs')
license=("GPL 2")
url="https://www.spice-space.org/"