From dab815ab2ec5d800d8e87802960755290c34ff5f Mon Sep 17 00:00:00 2001 From: lriggs Date: Wed, 31 Jan 2024 08:17:52 -0800 Subject: [PATCH] temporarily Fix arrow-build issue with newest pygit2. pygit2 was updated to 1.14.0 and that broke arrow-build/archery. Temporarily set the pygit2 version to 1.13.3 until a long term fix can be made. --- dev/archery/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/archery/setup.py b/dev/archery/setup.py index cf810282d18ca..c3b13fcdee633 100755 --- a/dev/archery/setup.py +++ b/dev/archery/setup.py @@ -34,7 +34,7 @@ 'benchmark': ['pandas'], 'docker': ['ruamel.yaml', 'python-dotenv'], 'release': ['pygithub', jinja_req, 'jira', 'semver', 'gitpython'], - 'crossbow': ['github3.py', jinja_req, 'pygit2>=1.6.0', 'requests', + 'crossbow': ['github3.py', jinja_req, 'pygit2==1.13.3', 'requests', 'ruamel.yaml', 'setuptools_scm'], 'crossbow-upload': ['github3.py', jinja_req, 'ruamel.yaml', 'setuptools_scm'],