virtinst: fix rdeps: s/-devel//g
This commit is contained in:
parent
0ec11741c5
commit
9877debc0a
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'virtinst'
|
||||
pkgname=virtinst
|
||||
version=0.600.3
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel libvirt-python urlgrabber"
|
||||
depends="${makedepends}"
|
||||
depends="${makedepends//-devel/}"
|
||||
pycompile_module="virtinst virtconv"
|
||||
short_desc="Virtual Machine Installation module"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue