python3-snakeoil: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:10 +01:00
parent b0cb4061f0
commit 2023ef7b8e

View file

@ -1,11 +1,12 @@
# Template file for 'python3-snakeoil' # Template file for 'python3-snakeoil'
pkgname=python3-snakeoil pkgname=python3-snakeoil
version=0.8.8 version=0.8.8
revision=2 revision=3
wrksrc="snakeoil-${version}" wrksrc="snakeoil-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3"
short_desc="Python3 optimized versions of common python functionality" short_desc="Python3 optimized versions of common python functionality"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>" maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="BSD-3-Clause, GPL-2.0-only" license="BSD-3-Clause, GPL-2.0-only"