test requirement python-systemd

This commit is contained in:
avollkopf 2024-05-01 16:50:24 +02:00
parent 0cac23e730
commit ffacde41aa

View file

@ -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',