Commit Graph

6 Commits

Author SHA1 Message Date
Jerome Duval
8af9876d36 python: tarfile wouldn't extract hardlink.
and fail with "Operation not allowed".
* we now try to create the link and fallback to a file in case
of failure.
2014-11-28 17:54:23 +00:00
Adrien Destugues
7ba4943af3 Python: use the system FFI.
* The built-in one does not work which leads to missing the ctype
package (used for example in youtube_dl).
2014-09-21 19:20:02 +02:00
Adrien Destugues
01b166aa7c Python 2.7: re-add missed part from our 2.6.9 patches to make site- and vendor-packages work.
User-packages still not working, the code for this was refactored in Python and my skills with the languages are too weak for me to adjust the patch.
2014-06-18 14:04:39 +00:00
Jerome Duval
a4dddbd1bd python: fix config header path
* enabled libxml2 2.9.1 on x86_64
2014-04-05 23:07:23 +00:00
Jerome Duval
ec3beb8184 python: fixes 2.7.6 patchset for libs and headers.
* should help for hashlib, etc
2014-04-01 21:02:17 +00:00
Jerome Duval
f715361872 python: added recipe for version 2.7.6. 2014-03-18 23:13:03 +00:00