From ddfd78c6ab7f8abee2c8feef195e3db2d573ceaf Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Fri, 5 Jan 2007 19:39:39 +0000 Subject: Fix a problem installing eggs with a system packaging tool if the project contained an implicit namespace package; for example if the ``setup()`` listed a namespace package ``foo.bar`` without explicitly listing ``foo`` as a namespace package. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053271 --- setuptools.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setuptools.txt') diff --git a/setuptools.txt b/setuptools.txt index 0997122a..9f6fed9e 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2623,6 +2623,11 @@ Release Notes/Change History ``develop`` and the source directory is a subdirectory of the installation target directory. + * Fix a problem installing eggs with a system packaging tool if the project + contained an implicit namespace package; for example if the ``setup()`` + listed a namespace package ``foo.bar`` without explicitly listing ``foo`` + as a namespace package. + 0.6c3 * Fixed breakages caused by Subversion 1.4's new "working copy" format -- cgit v1.2.3