diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-06-09 16:44:15 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-06-09 16:44:15 +0000 |
| commit | 455c461299b6527ef7cab98e6f95666118a8e22e (patch) | |
| tree | 76f7201bdc0704388467a9622c4957115c8df3af /EasyInstall.txt | |
| parent | 812d9964a9831218e3f19827c94f85a9047774db (diff) | |
| download | external_python_setuptools-455c461299b6527ef7cab98e6f95666118a8e22e.tar.gz external_python_setuptools-455c461299b6527ef7cab98e6f95666118a8e22e.tar.bz2 external_python_setuptools-455c461299b6527ef7cab98e6f95666118a8e22e.zip | |
Fix sometimes not detecting local packages installed outside of "site"
directories.
(merge from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046782
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index f1271647..4263c4ff 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1098,6 +1098,9 @@ Release Notes/Change History 0.6b3 * Fix local --find-links eggs not being copied except with --always-copy. + * Fix sometimes not detecting local packages installed outside of "site" + directories. + 0.6b2 * Don't install or update a ``site.py`` patch when installing to a ``PYTHONPATH`` directory with ``--multi-version``, unless an |
