python3-snappy: add missing python3 dependency
This commit is contained in:
parent
2023ef7b8e
commit
09d4021f58
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
|||
pkgname=python3-snappy
|
||||
_pkgname=python-snappy
|
||||
version=0.5.4
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc=$_pkgname-$version
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel snappy-devel python3-cffi libffi-devel"
|
||||
depends="python3"
|
||||
short_desc="Python library for the snappy compression library from Google"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in a new issue