pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / meta-packages / python / Makefile
bloba0ebaf53d2b2905f541c82df48153697d9ca916f
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2023 Marcel Telka
15 BUILD_STYLE = pkg
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME = python
20 COMPONENT_VERSION = $(PYTHON_VERSION)
21 COMPONENT_SUMMARY = Python - Interpreted, interactive, object-oriented programming language
22 COMPONENT_PROJECT_URL = https://www.python.org/
23 COMPONENT_FMRI = runtime/python
24 COMPONENT_CLASSIFICATION = Development/Python
26 # This needs to be done before the common.mk include because here we still do
27 # have the full list of Python versions in PYTHON_VERSIONS.
28 ifeq ($(PYTHON_VERSION),$(lastword $(PYTHON_VERSIONS)))
29 PKG_MACROS += VENDOR_MEDIATOR=\#
30 else
31 PKG_MACROS += VENDOR_MEDIATOR=
32 endif
34 include $(WS_MAKE_RULES)/common.mk
36 # Auto-generated dependencies