mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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:
parent
9a00da21c4
commit
e29c61ae2c
5
.gitignore
vendored
5
.gitignore
vendored
@ -45,3 +45,8 @@ parser/html/java/javaparser/
|
||||
.project
|
||||
.cproject
|
||||
.settings/
|
||||
|
||||
# Python virtualenv artifacts.
|
||||
python/psutil/.*.so
|
||||
python/psutil/.*.pyd
|
||||
python/psutil/build/
|
||||
|
@ -45,3 +45,8 @@ _OPT\.OBJ/
|
||||
\.project$
|
||||
\.cproject$
|
||||
\.settings/
|
||||
|
||||
# Python stuff installed at build time.
|
||||
^python/psutil/.*\.so
|
||||
^python/psutil/.*\.pyd
|
||||
^python/psutil/build/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user