git: 8dd7c22f23 - main - Cirrus CI: Remove Python requirement

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sat, 08 Jan 2022 13:25:30 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8dd7c22f235f77f3ca8d3b9386e493e92318b6d2

commit 8dd7c22f235f77f3ca8d3b9386e493e92318b6d2
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-01-08 13:24:51 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-01-08 13:24:51 +0000

    Cirrus CI: Remove Python requirement
    
    Python is not necessary anymore for building the website and
    documentation projects.
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index a61946529e..f5478f7be3 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -7,7 +7,7 @@ env:
 task:
   timeout_in: 20m
   install_script:
-    - pkg install -y docproj python3
+    - pkg install -y docproj
   test_script:
     - make HUGO_ARGS="--verbose --debug --path-warnings"