summaryrefslogtreecommitdiff
path: root/package/python2/patches/patch-setup_py
AgeCommit message (Collapse)Author
2023-01-08new package firefox, obsolete python2Waldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2017-03-19python2: update to 2.7.13, simplify patchesWaldemar Brodkorb
2015-04-11update to latest stable upstreamWaldemar Brodkorb
2014-02-05fix python2 compile in DarwinWaldemar Brodkorb
2013-11-01fix macos x host compileWaldemar Brodkorb
2013-10-30fix python cross-compile, when a python host binary is availableWaldemar Brodkorb
2013-10-29update python2 and use new host infrastructureWaldemar Brodkorb
2011-10-15add package virtinst and dependenciesWaldemar Brodkorb
2011-10-06finetune python2 for pacemaker usageWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-11try to fix cross-compile on DarwinWaldemar Brodkorb
2010-11-04add zlib dependency, fix binascii module buildWaldemar Brodkorb
2010-09-25fix packaging bug, reported by joergWaldemar Brodkorb
loading of python modules must be disabled, otherwise they are renamed/disabled. To disable modules we need to patch setup.py, PYTHON_DIABLED_MODULES are no longer recognized.