diff options
author | Ilya Maximets <i.maximets@ovn.org> | 2020-05-28 12:16:12 +0200 |
---|---|---|
committer | Ilya Maximets <i.maximets@ovn.org> | 2020-05-28 16:02:29 +0200 |
commit | 03a3e4521df2eff3f3a1202c08d6a33d67c13936 (patch) | |
tree | 28f518ad0d85764b1d641cfcdb1d9ac150f6c8bc | |
parent | 75a30623645f0290b20e09cc80ccfa9925da147a (diff) | |
download | openvswitch-03a3e4521df2eff3f3a1202c08d6a33d67c13936.tar.gz |
cirrus: Don't install py27 packages.
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
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 1 insertions, 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 |