Compare commits

...

No commits in common. "c1f433090f19f512ad96568d6e0e3310eace4560" and "1cbac62cd1e27c74e5f09b2796f6cd72f6aad12f" have entirely different histories.

View File

@ -11,7 +11,7 @@ EMAIL = 'tkl@blackfinn.de'
PACKAGES = ['weblight']
SCRIPTS = ['start-weblight']
SERVICEDIR = "/lib/systemd/system"
REQUIRES = ['Flask']
REQUIRES = ['Flask'i, 'RPi.GPIO']
DAEMON_START_SCRIPT = os.path.join(SERVICEDIR, 'weblight.service')
if sys.argv[1] == 'install':