]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Add event listener of Python bindings to release tarball
authorTobias Brunner <tobias@strongswan.org>
Fri, 24 Oct 2025 13:15:45 +0000 (15:15 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 24 Oct 2025 13:15:45 +0000 (15:15 +0200)
Fixes: 4e065a96242f ("vici: Add decorators to Python bindings to simplify listening for events")
src/libcharon/plugins/vici/python/Makefile.am

index 4ea29b9f88fb38abd41b6becce68dcc6eb0fc467..371dc3755e1d7fa9d058e731e143bd7cc216b6e7 100644 (file)
@@ -7,6 +7,7 @@ EXTRA_DIST = LICENSE README.rst MANIFEST.in \
        test/test_session.py \
        vici/__init__.py \
        vici/command_wrappers.py \
+       vici/event_listener.py \
        vici/exception.py \
        vici/protocol.py \
        vici/session.py