Skip to content

Commit

Permalink
cirrus: Fix typo in the name of sphinx package.
Browse files Browse the repository at this point in the history
This fixes broken build on CirrusCI:
https://cirrus-ci.com/build/4677435792031744

CC: Ben Pfaff <[email protected]>
Fixes: 1ca0323 ("Require Python 3 and remove support for Python 2.")
Signed-off-by: Ilya Maximets <[email protected]>
Acked-by: Numan Siddique <[email protected]>
  • Loading branch information
igsilya committed Oct 1, 2019
1 parent a8d36f9 commit ea8c173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea8c173

Please sign in to comment.