python3-hiredis: use setuptools

This commit is contained in:
Michal Vasilek 2023-01-18 22:03:05 +01:00
parent 2cc79a76e8
commit 76c3a7cc31

View file

@ -1,9 +1,9 @@
# Template file for 'python3-hiredis' # Template file for 'python3-hiredis'
pkgname=python3-hiredis pkgname=python3-hiredis
version=2.0.0 version=2.0.0
revision=3 revision=4
build_style=python3-module build_style=python3-module
hostmakedepends="python3-devel" hostmakedepends="python3-setuptools"
makedepends="python3-devel hiredis-devel" makedepends="python3-devel hiredis-devel"
depends="python3" depends="python3"
short_desc="Python3 wrapper for hiredis" short_desc="Python3 wrapper for hiredis"