launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #21504
[Merge] ~cjwatson/turnip:libgit2-version into turnip:master
Colin Watson has proposed merging ~cjwatson/turnip:libgit2-version into turnip:master.
Commit message:
Depend on libgit2-24 rather than libgit2-dev
Now that we have wheels for pygit2, we don't need to have libgit2-dev
here, and we want to ensure that the libgit2 version matches that of
pygit2 closely enough.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/turnip/+git/turnip/+merge/322846
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/turnip:libgit2-version into turnip:master.
diff --git a/system-dependencies.txt b/system-dependencies.txt
index 612b035..818f04f 100644
--- a/system-dependencies.txt
+++ b/system-dependencies.txt
@@ -2,6 +2,6 @@ build-essential
cgit
git
libffi-dev
-libgit2-dev
+libgit2-24
python-dev
python-virtualenv