diff --git a/setup.py b/setup.py index fb33bd4..c6cafe3 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup(name='cbpi4', 'numpy==1.26.4', 'pandas==2.2.2'] + ( ['rpi-lgpio'] if raspberrypi else [] ) + ( - ['python-systemd'] if localsystem == "Linux" else [] ), + ['systemd-python'] if localsystem == "Linux" else [] ), dependency_links=[ 'https://testpypi.python.org/pypi',