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
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.
13 # Copyright 2024 Marcel Telka
16 %patch% 01-tox-dependencies.patch
17 %patch% 02-test-no-eventlet.patch
18 %patch% 03-tox-no-pip-install.patch
19 %patch% 04-test-vendor-packages.patch
20 %patch% 05-shell-Terminated.patch
21 %patch% 06-PYTHONPATH.patch
22 %patch% 07-rmdir-busy-dir.patch
23 %patch% 08-test-disable-failing.patch
24 %patch% 09-self_collectors.patch
27 # Testing needs a writable directory with existing pth file
28 COMPONENT_PRE_TEST_ACTION += touch $(PROTO_DIR)/$(PYTHON_LIB)/foo.pth
29 COMPONENT_POST_TEST_ACTION += $(RM) $(PROTO_DIR)/$(PYTHON_LIB)/foo.pth
31 # Force verbose output via tox posargs