python3-perf: needs setuptools for the entry point
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user