[issue12313] make install misses packaging module

Vinay Sajip report at bugs.python.org
Thu Jun 16 10:24:43 CEST 2011


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

It's not packaging-related, but other directories are also missing from LIBSUBDIRS:

test/test_email test/test_email/data

IMO it's not ideal to use find(1), as in theory a developer may have some directories with matching names in the source build that they don't want installed - or would that be a no-no?

Ideally at least one buildbot should be set up to install and then test the new installation - I presume this error wasn't caught on the buildbots as they all test source builds?

----------
nosy: +vinay.sajip

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12313>
_______________________________________


More information about the Python-bugs-list mailing list