Remove batinfo dep

This commit is contained in:
nicolargo 2017-02-11 10:05:54 +01:00
parent fd2db19ce3
commit fd45d4121a
7 changed files with 8 additions and 13 deletions

6
NEWS
View File

@ -5,9 +5,13 @@ Glances Version 2
Version 2.x
=============
Bugs corrected:
Enhancements and new features:
* Use new sensors-related APIs of Psutil 5.1.0 (issue #1018)
=> Remove Py3Sensors and Batinfo dependencies
Bugs corrected:
* Unable to launch Glances on Windows (issue #1021)
Version 2.8.2

View File

@ -50,7 +50,6 @@ Requirements
Optional dependencies:
- ``batinfo`` (for battery monitoring support) [Linux-only]
- ``bernhard`` (for the Riemann export module)
- ``bottle`` (for Web server mode)
- ``cassandra-driver`` (for the Cassandra export module)
@ -135,7 +134,7 @@ features (like the Web interface, exports modules...):
.. code-block:: console
pip install glances[action,batinfo,browser,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]
pip install glances[action,browser,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]
To upgrade Glances to the latest version:

View File

@ -7,10 +7,7 @@ Sensors
.. image:: ../_static/sensors.png
Glances can displays the sensors information using ``lm-sensors``,
``hddtemp`` and `batinfo`_.
All of the above libraries are available only on Linux.
Glances can displays the sensors information using ``PsUtil`` and ``hddtemp``.
As of ``lm-sensors``, a filter is being applied in order to display
temperature and fan speed only.
@ -20,5 +17,3 @@ There is no alert on this information.
.. note::
Limit values and sensors alias names can be defined in the
configuration file under the ``[sensors]`` section.
.. _batinfo: https://github.com/nicolargo/batinfo

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "GLANCES" "1" "Feb 07, 2017" "2.8.2" "Glances"
.TH "GLANCES" "1" "Feb 11, 2017" "2.8.3_DEVELOP" "Glances"
.SH NAME
glances \- An eye on your system
.

View File

@ -1,4 +1,3 @@
batinfo
bernhard
bottle
cassandra-driver

View File

@ -79,7 +79,6 @@ setup(
install_requires=get_install_requires(),
extras_require={
'action': ['pystache'],
'batinfo': ['batinfo'],
'browser': ['zeroconf>=0.17'],
'cpuinfo': ['py-cpuinfo'],
'chart': ['matplotlib'],

View File

@ -14,7 +14,6 @@ deps =
requests
psutil
bottle
batinfo
commands =
python unitest.py
python unitest-restful.py