Adjust SRC_URI for python-2.6.9 to not require xz_utils.

* xz_utils isn't available on x86_gcc2, so we should not depend
  on it unless there's a good reason
This commit is contained in:
Oliver Tappe
2014-07-01 00:41:09 +02:00
parent 7f5e120f08
commit c1b209f946

View File

@@ -11,9 +11,9 @@ OSI-approved open source license.
HOMEPAGE="http://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2012, Python Software Foundation"
SRC_URI="https://www.python.org/ftp/python/2.6.9/Python-2.6.9.tar.xz"
CHECKSUM_SHA256="cae7bb995006ea5b703d9d28446f694894c441fe4bfb95d561c0ac908cd06e41"
REVISION="1"
SRC_URI="https://www.python.org/ftp/python/2.6.9/Python-2.6.9.tgz"
CHECKSUM_SHA256="7277b1285d8a82f374ef6ebaac85b003266f7939b3f2a24a3af52f9523ac94db"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="python-2.6.9.patchset"