Merge pull request #4646 from geerds/python26-sqlite3
Fix python26Packages.sqlite3
This commit is contained in:
commit
0272a469a9
1 changed files with 0 additions and 5 deletions
|
@ -135,11 +135,6 @@ let
|
|||
|
||||
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' \
|
||||
'self.extensions = [ext for ext in self.extensions if ext.name in ["${internalName}"]]'
|
||||
|
||||
|
|
Loading…
Reference in a new issue