Backport the distutils part of r83399 to fix #7645.
This commit is contained in:
parent
9fd9264155
commit
f213d2317c
|
@ -32,6 +32,8 @@ Library
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Backport r83399 to allow test_distutils to pass on installed versions.
|
||||||
|
|
||||||
- Issue #1303434: Generate ZIP file containing all PDBs (already done for rc1).
|
- Issue #1303434: Generate ZIP file containing all PDBs (already done for rc1).
|
||||||
|
|
||||||
- Stop packaging versioncheck tool (already done for rc1).
|
- Stop packaging versioncheck tool (already done for rc1).
|
||||||
|
|
|
@ -1019,6 +1019,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=='output':
|
if dir=='output':
|
||||||
|
|
Loading…
Reference in New Issue