Bug 783727 - Part 5: Add psutil to virtualenv; r=ted

It is optional so if your machine does not support building Python C
extensions things should still work.
This commit is contained in:
Gregory Szorc 2012-09-19 11:20:19 -07:00
parent 9a00da21c4
commit e29c61ae2c
3 changed files with 12 additions and 0 deletions

5
.gitignore vendored
View File

@ -45,3 +45,8 @@ parser/html/java/javaparser/
.project
.cproject
.settings/
# Python virtualenv artifacts.
python/psutil/.*.so
python/psutil/.*.pyd
python/psutil/build/

View File

@ -45,3 +45,8 @@ _OPT\.OBJ/
\.project$
\.cproject$
\.settings/
# Python stuff installed at build time.
^python/psutil/.*\.so
^python/psutil/.*\.pyd
^python/psutil/build/

View File

@ -8,5 +8,7 @@ mozprofile.pth:testing/mozbase/mozprofile
mozrunner.pth:testing/mozbase/mozrunner
blessings.pth:python/blessings
mozbuild.pth:python/mozbuild
optional:setup.py:python/psutil:build_ext:--inplace
optional:psutil.pth:python/psutil
mozilla.pth:build
mozilla.pth:config