python3-rencode: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:09 +01:00
parent c1393bae1d
commit c8162dba6d

View file

@ -1,11 +1,12 @@
# Template file for 'python3-rencode' # Template file for 'python3-rencode'
pkgname=python3-rencode pkgname=python3-rencode
version=1.0.6 version=1.0.6
revision=7 revision=8
wrksrc="rencode-${version}" wrksrc="rencode-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython python3-wheel" hostmakedepends="python3-setuptools python3-Cython python3-wheel"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3"
short_desc="Python3 module for fast (basic) object serialization" short_desc="Python3 module for fast (basic) object serialization"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"