python3-puremagic: fix hostmakedepends
This commit is contained in:
parent
3cb02b1c07
commit
c44c65c2b6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=1.11
|
|||
revision=1
|
||||
wrksrc="puremagic-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Python module to identify files based off their magic numbers"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
|
|
Loading…
Reference in a new issue