This fixes broken build on CirrusCI: https://cirrus-ci.com/build/4677435792031744
CC: Ben Pfaff <[email protected]> Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.") Signed-off-by: Ilya Maximets <[email protected]> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bae5a089b..654e63ee0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,7 +9,7 @@ freebsd_build_task: env: DEPENDENCIES: automake libtool gmake gcc wget openssl - python3 py36-six py36-openssl p36-sphinx + python3 py36-six py36-openssl py36-sphinx matrix: COMPILER: gcc COMPILER: clang -- 2.17.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
