CMAKE: Changed dependency to suggestion for centos

Updated pyproject.toml to depend on clang via pip
	Changed python38 dependency to a suggestion for rpm builds
Change-Id: Idf3bd94aafaf715f600dead0a3a9cb95cff29368
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
This commit is contained in:
Maisam Arif
2023-06-07 11:48:28 -05:00
parent b3d3b4c38d
commit 0a1e486214
4 changed files with 9 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@ description = "SMI LIB - AMD GPU Monitoring Library"
requires-python = ">=3.7"
dependencies = [
'PyYAML >= 5.0',
'clang >= 14.0'
]
[project.urls]