Allow version declarations everywhere

This commit is contained in:
Andrew M. Kuchling 2003-04-29 17:17:04 +00:00
parent 2e7a3619ef
commit d54646a718
1 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ Fields
Each entry contains a string describing a component or module
that this package renders obsolete, meaning that the two packages
should not be installed at the same time. Version declarations
cannot be supplied. (XXX Or are they needed for Obsoletes?)
can be supplied.
The most common use of this field will be in case a package name
changes, e.g. Gorgon 2.3 gets subsumed into Torqued Python 1.0.
@ -290,7 +290,7 @@ Fields
Each entry contains a string describing a component or module
that conflicts with this package, meaning that the two packages
should not be installed at the same time. Version declarations
cannot be supplied.
can be supplied.
Conflict resolution probably isn't very important for Python
programs, because few extensions will cause problems for other