libxml2: Flag 2.9.1 package as broken

* This version of libxml2 requires python 2.7 or later.
  Shows missing symbols for PyCapsule_GetName as that
  was introduced with python 2.7
* As the recipes for python 2.7 are broken, flag this
  package version as broken.
* libxml2_python is important as mesa requires it to build.
This commit is contained in:
Alexander von Gluck IV
2014-01-22 03:53:50 +00:00
parent e7d3c5b0e0
commit 73f984bca1

View File

@@ -5,8 +5,8 @@ COPYRIGHT="1998-2013 Daniel Veillard. All Rights Reserved."
SRC_URI="ftp://xmlsoft.org/libxml2/libxml2-2.9.1.tar.gz"
CHECKSUM_MD5="9c0cfef285d5c4a5c80d00904ddab380"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
PATCHES="libxml2-2.9.1.patchset"
@@ -36,7 +36,7 @@ BUILD_REQUIRES="
"
if $pythonModuleEnabled; then
BUILD_REQUIRES="$BUILD_REQUIRES
python
python >= 2.7
"
# Note: We don't use "cmd:python" here to avoid issues with the
# python search path.