mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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'
|
# Template file for 'scanmem'
|
||||||
pkgname=scanmem
|
pkgname=scanmem
|
||||||
version=0.15.3
|
version=0.15.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool intltool m4 automake"
|
hostmakedepends="libtool intltool m4 automake python"
|
||||||
makedepends="readline-devel gettext-devel"
|
makedepends="readline-devel gettext-devel"
|
||||||
depends="pygtk polkit python-gobject"
|
depends="pygtk polkit python-gobject"
|
||||||
short_desc="Memory scanner designed to isolate the address of an arbitrary var"
|
short_desc="Memory scanner designed to isolate the address of an arbitrary var"
|
||||||
|
|
Loading…
Add table
Reference in a new issue