[ovs-dev] [PATCH] cirrus: Fix typo in the name of sphinx package.

Numan Siddique nusiddiq at redhat.com
Tue Oct 1 10:02:39 UTC 2019


On Tue, Oct 1, 2019, 2:58 PM Ilya Maximets <i.maximets at ovn.org> wrote:

> This fixes broken build on CirrusCI:
> https://cirrus-ci.com/build/4677435792031744
>
> CC: Ben Pfaff <blp at ovn.org>
> Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.")
> Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
>

Acked-by: Numan Siddique <nusiddiq at redhat.com>

---
>  .cirrus.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --
> 2.17.1
>
>


More information about the dev mailing list