spice-gtk: remove python2 make dep
not needed
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user