mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-magic: add missing python3 dependency
This commit is contained in:
parent
4742045ddf
commit
c6fdb14c8c
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-magic'
|
# Template file for 'python3-magic'
|
||||||
pkgname=python3-magic
|
pkgname=python3-magic
|
||||||
version=0.4.24
|
version=0.4.24
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=python-magic-$version
|
wrksrc=python-magic-$version
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="libmagic"
|
makedepends="libmagic"
|
||||||
|
depends="python3"
|
||||||
short_desc="File type identification using libmagic (Python3)"
|
short_desc="File type identification using libmagic (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue