Fix a reference error
This commit is contained in:
parent
a1396aa96c
commit
fac8237c3d
|
@ -86,7 +86,7 @@ schema
|
||||||
schema version.
|
schema version.
|
||||||
|
|
||||||
bootstrap_requires
|
bootstrap_requires
|
||||||
Optional list of dependency specifications [#dependencyspec] that must be
|
Optional list of dependency specifications [#pep508] that must be
|
||||||
installed before running the build tool. For instance, if using flit, then
|
installed before running the build tool. For instance, if using flit, then
|
||||||
the requirements might be::
|
the requirements might be::
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ The examples below use a build_command of ``flit`` for illustrative purposes.
|
||||||
build_requires
|
build_requires
|
||||||
Query build requirements. Build requirements are returned as a UTF-8
|
Query build requirements. Build requirements are returned as a UTF-8
|
||||||
encoded JSON document with one key ``build_requires`` consisting of a list
|
encoded JSON document with one key ``build_requires`` consisting of a list
|
||||||
of dependency specifications [#dependencyspec]_. Additional keys must be
|
of dependency specifications [#pep508]_. Additional keys must be
|
||||||
ignored. The build_requires command is the only command run without
|
ignored. The build_requires command is the only command run without
|
||||||
setting up a build environment.
|
setting up a build environment.
|
||||||
|
|
||||||
|
@ -468,6 +468,7 @@ References
|
||||||
.. [#pep508] Dependency specification language PEP.
|
.. [#pep508] Dependency specification language PEP.
|
||||||
(https://www.python.org/dev/peps/pep-0508/)
|
(https://www.python.org/dev/peps/pep-0508/)
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue