Skip to content

Commit

Permalink
cirrus: Use python 3.7 packages on FreeBSD.
Browse files Browse the repository at this point in the history
Python 3.6 versions of these packages are no longer available in
FreeBSD ports.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
igsilya committed Jan 3, 2020
1 parent 2bf6ffb commit dfa2e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -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
Expand Down

0 comments on commit dfa2e3d

Please sign in to comment.