scripts: requirements-compliance.txt: fix windows requirements
Modify the requirements-compliance.txt to exclude python-magic from windows system installation. On windows, the line: ""python-magic-bin; sys_platform == "win32""" already exists. Adding: python-magic on windows creates issues where the check_compliance.py script will either freeze or throw errors related to libmagic. Signed-off-by: Jacob Wienecke <jacob.wienecke@nxp.com>
This commit is contained in:
parent
ae2e42b925
commit
70f55bccf8
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ junitparser>=2
|
|||
lxml
|
||||
pykwalify
|
||||
pylint>=3
|
||||
python-magic
|
||||
python-magic-bin; sys_platform == "win32"
|
||||
python-magic; sys_platform != "win32"
|
||||
ruff==0.8.1
|
||||
sphinx-lint
|
||||
unidiff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue