#2319 Modify requirements.txt to work in Vagrant
Closed by mprahl. Opened by mprahl.
Unknown source master

Download 2319.patch

When running vagrant up on the master branch, I got two errors. The first is an error that the libgit2 version installed doesn't support the latest version of pygit2. The other is that celery cannot be imported.

This PR fixes the first issue. The second issue is being worked on in a separate PR.

rebased

I'm not sure this will work correctly since the version of pygit2 to use very much depends on the libgit2 version installed. So on F25 this may work but fail on F24 that has libgit2 0.24 or on F26 that have 0.26 (no idea there, just using this as an example).

The best would be a way to automatically figure out the pygit2 version to install based on the libgit2 one installed, but just tweaking the requirements.txt won't really work.

Pull-Request has been closed by mprahl

Metadata