python-linux-procfs compatibility problem with procfs python package
The python-linux-procfs RPM package seems to be incompatible with installing the procfs python package through pip (pypi). The RPM package installs /usr/lib/python2.7/site-packages/python_linux_procfs-0.4.9-py2.7.egg-info with a name of python-linux-procfs but all python files are installed under usr/lib/python2.7/site-packages/procfs, which is where the python package procfs ( https://pypi.python.org/pypi/procfs/0.5.0) gets installed. The python files do not match any available version of the procfs python package. Is the python-linux-procfs RPM package supposed to replace or be an alternative to the procfs python package?
Responses