]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Update docs after changing Python build
authorTobias Brunner <tobias@strongswan.org>
Tue, 4 Mar 2025 12:50:59 +0000 (13:50 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 4 Mar 2025 12:52:24 +0000 (13:52 +0100)
Fixes: 3babf1f7108d ("vici: Update Python build")
src/libcharon/plugins/vici/README.md

index ffcfd47961179beacf2433ece9a29eb7f62bbb6a..3caf55e1213588b5fcbbf826472045b0d72acbd5 100644 (file)
@@ -1212,12 +1212,12 @@ _list-conns_ command and implicitly the _list-conn_ event:
 For more details about the ruby gem refer to the comments in the gem source
 code or the generated documentation.
 
-# vici Python egg #
+# vici Python wheel #
 
-The _vici Python egg_ is a pure Python implementation of the VICI protocol to
+The _vici Python wheel_ is a pure Python implementation of the VICI protocol to
 implement client applications. It is provided in the _python_ subdirectory, and
-gets built and installed if strongSwan has been _./configure_'d with
-_--enable-vici_ and _--enable-python-eggs_.
+gets built if strongSwan has been _./configure_'d with
+_--enable-vici_ and _--enable-python-wheels_. It is not installed automatically.
 
 The _vici_ module provides a _Session()_ constructor for a high level interface,
 the underlying classes are usually not required to build Python applications