python3-snakeoil: add missing python3 dependency
This commit is contained in:
parent
b0cb4061f0
commit
2023ef7b8e
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-snakeoil'
|
||||
pkgname=python3-snakeoil
|
||||
version=0.8.8
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="snakeoil-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Python3 optimized versions of common python functionality"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="BSD-3-Clause, GPL-2.0-only"
|
||||
|
|
Loading…
Reference in a new issue