[ovs-dev] [PATCH] cirrus: Use python 3.7 packages on FreeBSD.

Ilya Maximets i.maximets at ovn.org
Thu Jan 2 12:08:40 UTC 2020


Python 3.6 versions of these packages are no longer available in
FreeBSD ports.

Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index f7a625f01..1b32f55d6 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,7 +9,7 @@ freebsd_build_task:
 
   env:
     DEPENDENCIES: automake libtool gmake gcc wget openssl
-                  python3 py36-openssl py36-sphinx
+                  python3 py37-openssl py37-sphinx
     matrix:
       COMPILER: gcc
       COMPILER: clang
-- 
2.17.1



More information about the dev mailing list