[ovs-dev] [PATCH branch-2.12] cirrus: Don't install py27 packages.

Ilya Maximets i.maximets at ovn.org
Thu May 28 11:16:23 UTC 2020


py27 packages are no longer available on FreeBSD.
Removing these packages along with python2 itself to avoid CI failures:

  pkg: No packages available to install matching 'py27-sphinx' have
       been found in the repositories
  Exit status: 70

Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
---

We already dopped support of py27 on master and branch-2.13, so this
patch only needed for branches 2.12 and 2.11.

 .cirrus.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 8bab6e362..c6ecd9fd5 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,8 +9,7 @@ freebsd_build_task:
 
   env:
     DEPENDENCIES: automake libtool gmake gcc wget openssl
-                  python py27-six py27-sphinx py27-openssl
-                  python3 py37-six py37-openssl
+                  python3 py37-six py37-sphinx py37-openssl
     matrix:
       COMPILER: gcc
       COMPILER: clang
-- 
2.25.4



More information about the dev mailing list