]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF#1566719: not creating site-packages (or other target directory) when
authorPhillip J. Eby <pje@telecommunity.com>
Fri, 10 Nov 2006 00:33:36 +0000 (00:33 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Fri, 10 Nov 2006 00:33:36 +0000 (00:33 +0000)
commit305e778a82ad655a36075eaefe557625dc36a707
treeda4a0eee0b46236e27d9abc6d4b0d7bf10c97742
parent978d8286ae36ac3570d1a2c6f48187ad9c0919c7
Fix SF#1566719: not creating site-packages (or other target directory) when
installing .egg-info for a project that contains no modules or packages,
while using --root (as in bdist_rpm).
Lib/distutils/command/install_egg_info.py