python3-magic: add missing python3 dependency
This commit is contained in:
parent
4742045ddf
commit
c6fdb14c8c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue