Allow version declarations everywhere
This commit is contained in:
parent
2e7a3619ef
commit
d54646a718
|
@ -274,7 +274,7 @@ Fields
|
||||||
Each entry contains a string describing a component or module
|
Each entry contains a string describing a component or module
|
||||||
that this package renders obsolete, meaning that the two packages
|
that this package renders obsolete, meaning that the two packages
|
||||||
should not be installed at the same time. Version declarations
|
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
|
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.
|
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
|
Each entry contains a string describing a component or module
|
||||||
that conflicts with this package, meaning that the two packages
|
that conflicts with this package, meaning that the two packages
|
||||||
should not be installed at the same time. Version declarations
|
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
|
Conflict resolution probably isn't very important for Python
|
||||||
programs, because few extensions will cause problems for other
|
programs, because few extensions will cause problems for other
|
||||||
|
|
Loading…
Reference in New Issue