summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2019-10-01 12:02:57 +0300
committerIlya Maximets <i.maximets@ovn.org>2019-10-01 13:41:47 +0300
commitea8c1736ef65b5f140cf7c070f8464e64103ab24 (patch)
treea3deee227ab3373d0bb4f7a3691a1c2e0d735b20 /.cirrus.yml
parenta8d36f944ba5517052ae66dd7356d963259e5b28 (diff)
downloadopenvswitch-ea8c1736ef65b5f140cf7c070f8464e64103ab24.tar.gz
cirrus: Fix typo in the name of sphinx package.
This fixes broken build on CirrusCI: https://cirrus-ci.com/build/4677435792031744 CC: Ben Pfaff <blp@ovn.org> Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.") Signed-off-by: Ilya Maximets <i.maximets@ovn.org> Acked-by: Numan Siddique <nusiddiq@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
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