Add support for systemd "notify" unit type (#3301)

Close #3300
This commit is contained in:
Ronan Dunklau
2025-03-12 17:28:54 +01:00
committed by GitHub
parent c6943dc415
commit 5ed4d33f7d
5 changed files with 14 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ KEYWORDS = 'etcd governor patroni postgresql postgres ha haproxy confd' +\
EXTRAS_REQUIRE = {'aws': ['boto3'], 'etcd': ['python-etcd'], 'etcd3': ['python-etcd'],
'consul': ['py-consul'], 'exhibitor': ['kazoo'], 'zookeeper': ['kazoo'],
'systemd': ['systemd-python'],
'kubernetes': [], 'raft': ['pysyncobj', 'cryptography'], 'jsonlogger': ['python-json-logger']}
# Add here all kinds of additional classifiers as defined under