python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / meson-python / python-integrate-project.conf
blob4e61d3cd56414adc88ce161a418d68425bfaf2ad
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.
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-rpath.patch
18 %include-3%
19 # This project does not support tox so we need to provide test requirements
20 # manually.
21 TEST_REQUIREMENTS_EXTRAS += test
22 %hook-manifest%
23 cat <<"EOF" >> "$DISTRIBUTION-PYVER.p5m"
25 # /usr/bin/elfedit is runtime dependency we are not able to detect automatically
26 # See mesonpy/_rpath.py
27 depend type=require fmri=__TBD pkg.debug.depend.file=elfedit \
28     pkg.debug.depend.path=usr/bin
29 EOF