gst-plugins-good1: update to 1.24.11
[oi-userland.git] / components / python / dnspython / Makefile
blob6c625b67d206506b814ce6f18a0d3e275fe806d5
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 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project dnspython
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = dnspython
22 HUMAN_VERSION = 2.7.0
23 COMPONENT_SUMMARY = DNS toolkit
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:ce9c432eda0dc91cf618a5cedf1a4e142651196bbcd2c80e89ed5a907e5cfaf1
26 COMPONENT_LICENSE = ISC
27 COMPONENT_LICENSE_FILE = LICENSE
29 TEST_STYLE = pytest
31 include $(WS_MAKE_RULES)/common.mk
33 # The following four tests needs OpenSSL >= 3.2 to pass
34 PYTEST_ADDOPTS += --deselect tests/test_dnssec.py::DNSSECSignatureTestCase::testDeterministicSignatureECDSAP256SHA256
35 PYTEST_ADDOPTS += --deselect tests/test_dnssec.py::DNSSECSignatureTestCase::testSignatureECDSAP256SHA256
36 PYTEST_ADDOPTS += --deselect tests/test_dnssec.py::DNSSECSignatureTestCase::testSignatureECDSAP384SHA384
37 PYTEST_ADDOPTS += --deselect tests/test_dnssecalgs.py::DNSSECAlgorithm::test_ecdsa
39 # Auto-generated dependencies
40 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
41 PYTHON_REQUIRED_PACKAGES += runtime/python