mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
6d719576e8
If a single package is listed as a constraint; is a dependency of a package being installed; *and* is already installed, we end up processing it multiple times. This change adds a new "prepared" flag which we set the first time the package is processed, to prevent multiple handling. Fixes bug #2888 |
||
---|---|---|
.. | ||
data | ||
functional | ||
lib | ||
scripts | ||
unit | ||
__init__.py | ||
conftest.py |