While the stanza is optional, not having it makes the py3versions helper complain.
Version 3.10 was chosen as floor because this is the Python version shipped on the oldest version of Ubuntu where the package source builds without modification. Signed-off-by: Frode Nordahl <[email protected]> --- debian/control.in | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control.in b/debian/control.in index 42dc5f19a..f5ccdbaa3 100644 --- a/debian/control.in +++ b/debian/control.in @@ -39,6 +39,7 @@ Rules-Requires-Root: no Homepage: http://openvswitch.org/ Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/openvswitch/-/tree/debian/experimental Vcs-Git: https://salsa.debian.org/openstack-team/third-party/openvswitch.git +X-Python3-Version: >= 3.10 Package: openvswitch-common Architecture: linux-any -- 2.45.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
