#5493 fix(pip): Pin pygit2 version below 1.15.0 because of breaking changes.
Merged 7 months ago by wombelix. Opened 7 months ago by wombelix.

file modified
+1 -1
@@ -22,7 +22,7 @@ 

  munch <= 2.5.0

  Pillow <= 9.2.0

  psutil <= 5.9.2

- pygit2

+ pygit2 < 1.15.0

  python3-openid <= 3.2.0

  python-openid-cla == 1.2

  python-openid-teams == 1.1

Relates: https://pagure.io/pagure/issue/5492

I spend the evening with the attempt to fix it but realized that I opened a massive can of worms...
For now a workaround has to be enough until I find time to tackle the migration.

Metadata Update from @wombelix:
- Request assigned

7 months ago

Pull-Request has been merged by wombelix

7 months ago
Metadata