python: add patch to detect Linux 3.x as linux2 in sys.platform.

This commit is contained in:
Juan RP
2011-09-19 10:10:37 +02:00
parent 040eaa74a6
commit 56efac8fb9
4 changed files with 50 additions and 18 deletions

View File

@@ -1,2 +1,3 @@
abi_depends=">=2.7<3.0"
api_depends="${abi_depends}"
# Require this version for Linux 3.x sys.platform fix.
api_depends=">=2.7.2_1<3.0"