Skip to content

Instantly share code, notes, and snippets.

@adamvr
Created February 2, 2011 01:52
Show Gist options
  • Save adamvr/807106 to your computer and use it in GitHub Desktop.
Save adamvr/807106 to your computer and use it in GitHub Desktop.
This patch corrects the required SIP version number in pygit's configure.py
# Changing the version number
diff --git a/configure.py b/configure.py
index 7ed9582..53bd3ad 100644
--- a/configure.py
+++ b/configure.py
@@ -41,7 +41,7 @@ import sipconfig
pyqt_version = 0x040803
pyqt_version_str = "4.8.3"
-sip_min_version = 0x040c01
+sip_min_version = 0x040c00
qt_version = 0
qt_edition = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment