python-lxml: Update to 4.6.1

This commit is contained in:
Alexey Pavlov
2020-10-20 09:48:51 +03:00
parent b942914c46
commit c7cf77d0da
2 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
--- lxml-3.8.0/setupinfo.py.orig 2017-06-16 21:11:57.898800000 +0400
+++ lxml-3.8.0/setupinfo.py 2017-06-16 21:41:20.905000000 +0400
@@ -324,7 +324,7 @@
--- lxml-4.6.1/setupinfo.py.orig 2017-06-16 21:11:57.898800000 +0400
+++ lxml-4.6.1/setupinfo.py 2017-06-16 21:41:20.905000000 +0400
@@ -356,7 +356,7 @@
if not cmd:
return ''
if args:
- cmd = ' '.join((cmd,) + args)
+ cmd = 'sh -c "'+' '.join((cmd,) + args)+'"'
import subprocess
p = subprocess.Popen(cmd, shell=True,
stdout=subprocess.PIPE, stderr=subprocess.PIPE)