diff options
author | WiSo <wiso@xbmc.org> | 2011-04-14 19:15:45 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-14 19:15:45 +0200 |
commit | cd1da206c2240e74ae09e7de48c37e45f5c41b4c (patch) | |
tree | 3594f250cc1a4da64e3b8495e6146f0103ae8059 /project/BuildDependencies | |
parent | c1fbdf2d54f6e68c0abd55c77a679164575137f7 (diff) |
[WIN32] updated PIL and pysqlite for python 2.6. pysqlite could be replaced by sqlite3 included in python 2.6 but scripts need to change the import line.
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r-- | project/BuildDependencies/scripts/PIL_d.txt | 2 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/pysqlite_d.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/PIL_d.txt b/project/BuildDependencies/scripts/PIL_d.txt index fa4a062ed2..cde7c2cde9 100644 --- a/project/BuildDependencies/scripts/PIL_d.txt +++ b/project/BuildDependencies/scripts/PIL_d.txt @@ -1,2 +1,2 @@ ; filename mirror source of the file -PIL-1.1.7.win32-py2.4.exe http://mirrors.xbmc.org/build-deps/win32/ http://effbot.org/media/downloads/ +PIL-1.1.7.win32-py2.6.exe http://mirrors.xbmc.org/build-deps/win32/ http://www.pythonware.com/products/pil/ diff --git a/project/BuildDependencies/scripts/pysqlite_d.txt b/project/BuildDependencies/scripts/pysqlite_d.txt index 6e46be6ace..830e0cb8c4 100644 --- a/project/BuildDependencies/scripts/pysqlite_d.txt +++ b/project/BuildDependencies/scripts/pysqlite_d.txt @@ -1,2 +1,2 @@ ; filename mirror source of the file -pysqlite-2.5.6.win32-py2.4.exe http://mirrors.xbmc.org/build-deps/win32/ http://pysqlite.googlecode.com/files/ +pysqlite-2.6.0.win32-py2.6.exe http://mirrors.xbmc.org/build-deps/win32/ http://pysqlite.googlecode.com/ |