update bindep list

Add a bindep.txt file so CI does not use the defaults and we are
explicit about the python-dev dependency.

Add a note to the manual installation instructions explaining the need
for the Python source headers.

Change-Id: Ida4b897da4bdc3284a131166fdfa17bc9a4b1abd
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-11-07 02:15:31 -05:00
parent 515823488b
commit bd054fd5dc
2 changed files with 10 additions and 0 deletions

5
bindep.txt Normal file
View File

@ -0,0 +1,5 @@
gcc [platform:rpm test]
python-dev [platform:dpkg test]
python-devel [platform:rpm test]
python3-devel [platform:fedora platform:suse]
python3 [platform:suse]

View File

@ -6,6 +6,11 @@ At the command line::
$ pip install reno
.. note::
Reno's dependencies include C extension modules, which in turn
depend on having the Python source header files installed.
Sphinx Extension
================