This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PackMan recursive/force fails on pseudo packages
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: normal Keywords:

Created on 2003-05-07 11:53 by jackjansen, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (2)
msg15902 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-05-07 11:53
If you set both install dependencies and overwrite, and the package 
depends on a pseudo-package, PackMan tries to install that pseudo-
package and fails.
msg15903 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-03-13 23:13
Logged In: YES 
user_id=45365

Fixed in 1.32 by making overwrite apply only to the package you're 
installing, not to its dependencies.
History
Date User Action Args
2022-04-10 16:08:36adminsetgithub: 38458
2003-05-07 11:53:48jackjansencreate