python-tracing: remove python_versions; set to 2.7 by default
This commit is contained in:
parent
fc70ef1acd
commit
6ab801b826
|
@ -6,8 +6,7 @@ noarch=yes
|
|||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel"
|
||||
depends="python>=2.7"
|
||||
python_versions="2.7"
|
||||
depends="python"
|
||||
pycompile_module="tracing"
|
||||
short_desc="Debug log/trace messages for Python2"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
|
|
Loading…
Reference in New Issue