mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
fixed duplicate dpkg
This commit is contained in:
parent
452a468ac8
commit
8c55b8305c
2
setup.py
2
setup.py
|
@ -453,8 +453,6 @@ class pil_build_ext(build_ext):
|
||||||
tmpfile = os.path.join(self.build_temp, 'multiarch')
|
tmpfile = os.path.join(self.build_temp, 'multiarch')
|
||||||
if not os.path.exists(self.build_temp):
|
if not os.path.exists(self.build_temp):
|
||||||
os.makedirs(self.build_temp)
|
os.makedirs(self.build_temp)
|
||||||
ret = os.system('dpkg-architecture -qDEB_HOST_MULTIARCH > %s' %
|
|
||||||
tmpfile)
|
|
||||||
ret = os.system(
|
ret = os.system(
|
||||||
'dpkg-architecture -qDEB_HOST_MULTIARCH > %s 2> /dev/null' %
|
'dpkg-architecture -qDEB_HOST_MULTIARCH > %s 2> /dev/null' %
|
||||||
tmpfile)
|
tmpfile)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user