mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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
|
revision=1
|
||||||
wrksrc="puremagic-${version}"
|
wrksrc="puremagic-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Python module to identify files based off their magic numbers"
|
short_desc="Python module to identify files based off their magic numbers"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue