mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-hiredis: use setuptools
This commit is contained in:
parent
2cc79a76e8
commit
76c3a7cc31
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue