python3-magic: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:06 +01:00
parent 4742045ddf
commit c6fdb14c8c
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'python3-magic'
pkgname=python3-magic
version=0.4.24
revision=1
revision=2
wrksrc=python-magic-$version
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="libmagic"
depends="python3"
short_desc="File type identification using libmagic (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"