Commit e6aeba74 authored by Tarek Ziadé's avatar Tarek Ziadé

#5158: added documentation on the depends option in distutils extensions

parent 5b2cb1d5
...@@ -18,6 +18,7 @@ docs@python.org), and we'll be glad to correct the problem. ...@@ -18,6 +18,7 @@ docs@python.org), and we'll be glad to correct the problem.
* Oliver Andrich * Oliver Andrich
* Heidi Annexstad * Heidi Annexstad
* Jesús Cea Avión * Jesús Cea Avión
* Manuel Balsera
* Daniel Barclay * Daniel Barclay
* Chris Barker * Chris Barker
* Don Bashford * Don Bashford
......
...@@ -347,6 +347,10 @@ symbols (functions or variables) to be exported. This option is not needed when ...@@ -347,6 +347,10 @@ symbols (functions or variables) to be exported. This option is not needed when
building compiled extensions: Distutils will automatically add ``initmodule`` building compiled extensions: Distutils will automatically add ``initmodule``
to the list of exported symbols. to the list of exported symbols.
The :option:`depends` option is a list of files that the extension depends on
(for example header files). The build command will call the compiler on the
sources to rebuild extension if any on this files has been modified since the
previous build.
Relationships between Distributions and Packages Relationships between Distributions and Packages
================================================ ================================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment