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'
|
# Template file for 'virtinst'
|
||||||
pkgname=virtinst
|
pkgname=virtinst
|
||||||
version=0.600.3
|
version=0.600.3
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
makedepends="python-devel libvirt-python urlgrabber"
|
makedepends="python-devel libvirt-python urlgrabber"
|
||||||
depends="${makedepends}"
|
depends="${makedepends//-devel/}"
|
||||||
pycompile_module="virtinst virtconv"
|
pycompile_module="virtinst virtconv"
|
||||||
short_desc="Virtual Machine Installation module"
|
short_desc="Virtual Machine Installation module"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue