Remove python-clang dependency

python3-clang was only used to generate the python wrapper
We now use it only within the docker image for the generator

Change-Id: Id574f109b959d72f0734b0df4c26b3bbab3238fd
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
This commit is contained in:
Galantsev, Dmitrii
2024-08-29 18:28:39 -05:00
rodzic bc4ca45862
commit fa4e488111
5 zmienionych plików z 4 dodań i 8 usunięć
@@ -197,7 +197,6 @@ The following components are required to build the library.
The following components are required to build the AMD SMI Python package:
* Clang (14.0 or above)
* Python (3.6.8 or above)
* virtualenv - `python3 -m pip install virtualenv`