Backport the distutils part of r83399 to fix #7645.

This commit is contained in:
Brian Curtin 2010-11-22 02:08:49 +00:00
parent ad36a291e0
commit 69a106ab41
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@ Library
Build Build
----- -----
- Backport r83399 to allow test_distutils to pass on installed versions.
- Issue #1303434: Generate ZIP file containing all PDBs. - Issue #1303434: Generate ZIP file containing all PDBs.
Tests Tests

View File

@ -1020,6 +1020,8 @@ def add_files(db):
lib.glob("*.pem") lib.glob("*.pem")
lib.glob("*.pck") lib.glob("*.pck")
lib.add_file("zipdir.zip") lib.add_file("zipdir.zip")
if dir=='tests' and parent.physical=='distutils':
lib.add_file("Setup.sample")
if dir=='decimaltestdata': if dir=='decimaltestdata':
lib.glob("*.decTest") lib.glob("*.decTest")
if dir=='xmltestdata': if dir=='xmltestdata':