9d6ec64daf
- Packages can now be built with Docker containers and project-builder.org for Mageia 5, Fedora 25, OpenSUSE 42.2 & CentOS 7 - Fix a bug in conf file path management in setup.py - A script pbconf/mkctn is also availble to ease package building - Status is documented in pbconf/README.rst - Update install script to have a variable for doc installation path which is different between Mageia/Fedora and OpenSUSE Change-Id: Id34e885c5cba7b650adf1638147ffb089ad3c7c3
12 lines
475 B
Plaintext
12 lines
475 B
Plaintext
# Specific group for Mandriva for python-redfish
|
|
# Cf: http://wiki.mandriva.com/en/Development/Packaging/Groups
|
|
filter PBGRP = Development/Python
|
|
|
|
# PBLIC is replaced by the license of the application
|
|
# Cf: http://wiki.mandriva.com/en/Development/Packaging/Licenses
|
|
#filter PBLIC = GPL
|
|
|
|
filter PB2PYTHON2BDEP = python-pkg-resources >= 18,python-sphinx >= 1.2.3
|
|
filter PB2PYTHON3BDEP = python3-pkg-resources >= 18,python3-sphinx >= 1.2.3
|
|
filter PBPYTHONDOCBDEP = texlive-dist
|