Skip to content

Commit 274dd1a

Browse files
authored
fix(smartpause): remove pywayland from required modules (slgobinath#766)
It is already checked by the dependency checker, no need to require it unconditionally in the config as well.
1 parent a514c49 commit 274dd1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

safeeyes/plugins/smartpause/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.0.3"
66
},
77
"dependencies": {
8-
"python_modules": ["pywayland"],
8+
"python_modules": [],
99
"shell_commands": [],
1010
"operating_systems": [],
1111
"desktop_environments": [],
@@ -27,4 +27,4 @@
2727
"default": false
2828
}
2929
]
30-
}
30+
}

0 commit comments

Comments
 (0)