keep setup.py from listing unneeded hash modules (_md5, _sha*) as
commit429af8e75ee6c68463ad0a1e400a30cdfa294666
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 26 Aug 2007 00:26:00 +0000 (26 00:26 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 26 Aug 2007 00:26:00 +0000 (26 00:26 +0000)
treea8d152f52a24c217c64468423418a17984e138d0
parent1529fe89d26d890e63aee7ac28c741df820d960b
keep setup.py from listing unneeded hash modules (_md5, _sha*) as
missing when they were not built because _hashlib with openssl provided
their functionality instead.

don't build bsddb185 if bsddb was built.

git-svn-id: http://svn.python.org/projects/python/trunk@57482 6015fed2-1504-0410-9fe1-9d1591cc4771
setup.py