python3-puremagic: fix hostmakedepends

This commit is contained in:
John 2022-02-04 01:53:33 +01:00
parent 3cb02b1c07
commit c44c65c2b6

View file

@ -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>"