From ea8c1736ef65b5f140cf7c070f8464e64103ab24 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Tue, 1 Oct 2019 12:02:57 +0300 Subject: cirrus: Fix typo in the name of sphinx package. This fixes broken build on CirrusCI: https://cirrus-ci.com/build/4677435792031744 CC: Ben Pfaff Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.") Signed-off-by: Ilya Maximets Acked-by: Numan Siddique --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') 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 -- cgit v1.2.1