aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2008-01-19 02:55:03 +0000
committerPJ Eby <distutils-sig@python.org>2008-01-19 02:55:03 +0000
commit60cf2d31c8edb39b418f522ad935320c6da9c927 (patch)
tree0b107df453c60f90e6159d58aa56cc2bfcf28225 /setuptools.txt
parent7c4938d53774c51b441970e177ce72cc3bdf68ce (diff)
downloadexternal_python_setuptools-60cf2d31c8edb39b418f522ad935320c6da9c927.tar.gz
external_python_setuptools-60cf2d31c8edb39b418f522ad935320c6da9c927.tar.bz2
external_python_setuptools-60cf2d31c8edb39b418f522ad935320c6da9c927.zip
Fix interactions between the various "require" options,
so that downloads aren't repeated and needed eggs are always installed, even if they were downloaded to the setup directory already. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060066
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt
index 65986637..57e32b35 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -2620,6 +2620,11 @@ Release Notes/Change History
* Minor changes for Jython compatibility
+ * Fixed not installing eggs in ``install_requires`` if they were also used for
+ ``setup_requires`` or ``tests_require``.
+
+ * Fixed not fetching eggs in ``install_requires`` when running tests.
+
0.6c7
* Fixed ``distutils.filelist.findall()`` crashing on broken symlinks, and
``egg_info`` command failing on new, uncommitted SVN directories.