This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lazka
Recipients Dull Bananas, lazka
Date 2019-06-14.06:36:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560494196.1.0.249832817333.issue37272@roundup.psfhosted.org>
In-reply-to
Content
pygit2 requires libgit2 to build which means you need to install the "libgit2-dev" package through apt.

See https://docs.travis-ci.com/user/installing-dependencies/ for how to install packages in your travis-ci setup.

The reason it works with stable Python versions is that pygit2 provides pre-built wheels on pypi for those: https://pypi.org/project/pygit2/#files
History
Date User Action Args
2019-06-14 06:36:36lazkasetrecipients: + lazka, Dull Bananas
2019-06-14 06:36:36lazkasetmessageid: <1560494196.1.0.249832817333.issue37272@roundup.psfhosted.org>
2019-06-14 06:36:36lazkalinkissue37272 messages
2019-06-14 06:36:36lazkacreate