Add python-lxml packages.

This commit is contained in:
Alexpux
2014-03-05 00:46:51 +04:00
parent 9e6757ebe5
commit 9f30130ea6
2 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- lxml-3.3.1/setupinfo.py.orig 2014-02-11 21:11:57.898800000 +0400
+++ lxml-3.3.1/setupinfo.py 2014-02-11 21:41:20.905000000 +0400
@@ -263,7 +263,7 @@
if not cmd:
return ''
if args:
- cmd = ' '.join((cmd,) + args)
+ cmd = 'sh -c "'+' '.join((cmd,) + args)+'"'
try:
import subprocess
except ImportError: