Andreas Wacknitz
2024-03-26 5db69dc840ef6ca3119a69dd356812721954d272
commit | author | age
765855 1 #
MT 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2022 Marcel Telka
14 #
15
a5a58a 16 %patch% 01-tox-no-diff-cover.patch
MT 17 %patch% 02-tox-cov-proto.patch
a43ded 18
765855 19 %include-2%
MT 20 # This component is required by following bootstrapped components so it must be
21 # bootstrapped too.
22 # - tox (test bootstrap)
63cc21 23 # - virtualenv (test bootstrap)
765855 24 PYTHON_TEST_BOOTSTRAP = yes
21065c 25 %include-3%
MT 26 # Normalize pointers
27 COMPONENT_TEST_TRANSFORMS += "-e 's/0x[0-9a-f]\{12\}/\$$(POINTER)/g'"