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