Fix python setup.cfg on rhel8
Change-Id: If06fd0e6f3a5574a9f318de23b9eaa712e1c03bb
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
[ROCm/amdsmi commit: 6d7376a793]
Cette révision appartient à :
@@ -2,7 +2,7 @@
|
|||||||
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
|
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=61.0"]
|
requires = ["setuptools>=59.0"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
@@ -14,7 +14,7 @@ version = "@amd_smi_libraries_VERSION_STRING@"
|
|||||||
license = {file = "amdsmi/LICENSE"}
|
license = {file = "amdsmi/LICENSE"}
|
||||||
readme = {file = "amdsmi/README.md", content-type = "text/markdown"}
|
readme = {file = "amdsmi/README.md", content-type = "text/markdown"}
|
||||||
description = "AMDSMI Python LIB - AMD GPU Monitoring Library"
|
description = "AMDSMI Python LIB - AMD GPU Monitoring Library"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"PyYAML >= 5.0",
|
"PyYAML >= 5.0",
|
||||||
"clang >= 14.0"
|
"clang >= 14.0"
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
# mostly a rhel8 limitation...
|
# mostly a rhel8 limitation...
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = "amdsmi"
|
name = amdsmi
|
||||||
version = "@amd_smi_libraries_VERSION_STRING@"
|
version = @amd_smi_libraries_VERSION_STRING@
|
||||||
|
|||||||
Référencer dans un nouveau ticket
Bloquer un utilisateur