mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-23 23:48:16 +01:00
test requirement python-systemd
This commit is contained in:
parent
0cac23e730
commit
ffacde41aa
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -64,7 +64,8 @@ setup(name='cbpi4',
|
|||
'importlib_metadata',
|
||||
'numpy==1.26.4',
|
||||
'pandas==2.2.2'] + (
|
||||
['rpi-lgpio'] if raspberrypi else [] ),
|
||||
['rpi-lgpio'] if raspberrypi else [] ) + (
|
||||
['python-systemd'] if localsystem == "Linux" else [] ),
|
||||
|
||||
dependency_links=[
|
||||
'https://testpypi.python.org/pypi',
|
||||
|
|
Loading…
Reference in a new issue