scanmem: move python hostmakedepend to python3

This commit is contained in:
classabbyamp 2022-08-27 22:29:21 -04:00
parent 578a6df465
commit c30d1852cb
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version=0.17
revision=6
build_style=gnu-configure
configure_args="--disable-static --enable-gui"
hostmakedepends="automake gettext-devel intltool libtool m4 python"
hostmakedepends="automake gettext-devel intltool libtool m4 python3"
makedepends="readline-devel"
short_desc="Memory scanner designed to isolate the address of an arbitrary var"
maintainer="Andrea Brancaleoni <abc@pompel.me>"