From fd2a8b2988bb3da16a79abd4b6af9104d76bebf6 Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Wed, 1 May 2024 16:56:05 +0200 Subject: [PATCH] change requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',