python-redfish/doc/source/faq.rst
Bruno Cornec 8560e6c230 Fix rpm build
- Working rpm build For mageia 5 and Fedora 23
- Review mageia 5 and Fedora 23 dependencies and upload missing one on
  ftp server
- pbr not used in package build anymore, called by pb in 0.14.1 version.
  Fully standalone version after sbx2build
- Fix doc production and man pages
- update gitignore for latest pb version
- Remove useless pb filters
- Will become real 0.3 (no code change, just build infra)
2016-04-30 01:02:52 +02:00

273 B

FAQ

  • Q1 : error in setup command: Invalid environment marker: (python_version < '3')

    This error is caused by an old setuptools version that does not understand "python_version < '3'". Upgrade setuptools using:

    pip install --upgrade setuptools