diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2018-08-14 01:37:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-14 01:37:17 +0200 |
| commit | 2820f92554cbce52afdab3710413e26975cddd5e (patch) | |
| tree | caf8388e17cce225cd3ce592f765ed0200569c2e /docs | |
| parent | 5bd44f8afcecbfb0db479ce230c790fc2c56569a (diff) | |
| download | psutil-2820f92554cbce52afdab3710413e26975cddd5e.tar.gz | |
OSX / SMC / sensors: revert #1284 (#1325)
* setup.py: add py 3.7
* Revert OSX sensors code due to copyright constraints
It turns out code contributed in PR #1284 was using parts of a source
code released by Apple [1] which uses GPL license which is incompatible with
psutil's license (BSD).
[1] https://gist.github.com/edvakf/4049362
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index 097d828d..c70d2f49 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -706,8 +706,6 @@ Sensors .. versionadded:: 5.1.0 - .. versionchanged:: 5.5.0: added macOS support - .. warning:: this API is experimental. Backward incompatible changes may occur if @@ -732,8 +730,6 @@ Sensors .. versionadded:: 5.2.0 - .. versionchanged:: 5.5.0: added macOS support - .. warning:: this API is experimental. Backward incompatible changes may occur if |
