Restrict package names to importable ones
This commit is contained in:
parent
5afb381de5
commit
080898df38
|
@ -207,10 +207,9 @@ Fields
|
||||||
Each entry contains a string describing some other module or
|
Each entry contains a string describing some other module or
|
||||||
package required by this package.
|
package required by this package.
|
||||||
|
|
||||||
The format of a requirement string is simple: a module or
|
The format of a requirement string is identical to that of a
|
||||||
package name, optionally followed by a version declaration within
|
module or package name usable with the 'import' statement,
|
||||||
parentheses. Leading and trailing whitespace are ignored, and
|
optionally followed by a version declaration within parentheses.
|
||||||
whitespace within the string is normalized to a single space.
|
|
||||||
|
|
||||||
A version declaration is a series of conditional operators and
|
A version declaration is a series of conditional operators and
|
||||||
version numbers, separated by commas. Conditional operators
|
version numbers, separated by commas. Conditional operators
|
||||||
|
|
Loading…
Reference in New Issue