scanmem: add python hostmakedepends
This commit is contained in:
parent
338369e5b2
commit
0f2d3dd966
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'scanmem'
|
||||
pkgname=scanmem
|
||||
version=0.15.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool intltool m4 automake"
|
||||
hostmakedepends="libtool intltool m4 automake python"
|
||||
makedepends="readline-devel gettext-devel"
|
||||
depends="pygtk polkit python-gobject"
|
||||
short_desc="Memory scanner designed to isolate the address of an arbitrary var"
|
||||
|
|
Loading…
Reference in a new issue