python3-perf: needs setuptools for the entry point

This commit is contained in:
Alessio Sergi 2018-05-28 19:44:17 +02:00
parent f8c3259201
commit 392aecc3cd

View file

@ -1,14 +1,14 @@
# Template file for 'python3-perf'
pkgname=python3-perf
version=1.5.1
revision=1
revision=2
noarch=yes
wrksrc="perf-${version}"
build_style=python3-module
pycompile_module="perf"
hostmakedepends="python3-setuptools"
depends="python3-six"
short_desc="Toolkit to run python benchmarks"
depends="python3-setuptools python3-six"
short_desc="Toolkit to run Python benchmarks"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"