setup.py: add yaml dependency
This is the only external dependency, which will be installed when you 'pip3 install devicetree'. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
c294951a44
commit
99611aa1bc
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -35,6 +35,8 @@ setuptools.setup(
|
|||
'Operating System :: MacOS :: MacOS X',
|
||||
'Operating System :: Microsoft :: Windows',
|
||||
],
|
||||
install_requires=[],
|
||||
install_requires=[
|
||||
'PyYAML>=5.1',
|
||||
],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue