Fix python26Packages.sqlite3
This commit is contained in:
parent
773e804274
commit
d49556a976
|
@ -128,11 +128,6 @@ let
|
||||||
|
|
||||||
buildPhase =
|
buildPhase =
|
||||||
''
|
''
|
||||||
# Fake the build environment that setup.py expects.
|
|
||||||
ln -s ${python}/include/python*/pyconfig.h .
|
|
||||||
ln -s ${python}/lib/python*/config/Setup Modules/
|
|
||||||
ln -s ${python}/lib/python*/config/Setup.local Modules/
|
|
||||||
|
|
||||||
substituteInPlace setup.py --replace 'self.extensions = extensions' \
|
substituteInPlace setup.py --replace 'self.extensions = extensions' \
|
||||||
'self.extensions = [ext for ext in self.extensions if ext.name in ["${internalName}"]]'
|
'self.extensions = [ext for ext in self.extensions if ext.name in ["${internalName}"]]'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue