build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit 15a48fda5e6463637f1af6be467f1521bcc0013e
parent 258abb1d5d3c546d5905c46751a0ccf85d870a5c
Author: ng0 <ng0@n0.is>
Date:   Mon, 16 Dec 2019 14:41:03 +0000

tox: improve version reporting

Diffstat:
Mtalerbuildconfig.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/talerbuildconfig.py b/talerbuildconfig.py @@ -226,7 +226,8 @@ class PyToxTool(Tool): if existence(value): # FIXME: This version reporting is slightly off # FIXME: and only maps to the suffix. - mypytox_version = key + import tox + mypytox_version = tox.__version__ buildconfig._set_tool("tox", value, mypytox_version) return True