python3-perf: needs setuptools for the entry point
This commit is contained in:
parent
f8c3259201
commit
392aecc3cd
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue