Issue 7589: setup.py shouldn't try to build nis module when nis headers aren't available (original) (raw)

Created on 2009-12-28 15:14 by Arfrever, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-nis.patch Arfrever,2009-12-28 15:14 Check availability of nis header
Messages (2)
msg96954 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2009-12-28 15:14
setup.py shouldn't try to build nis module when nis headers aren't available (e.g. on uclibc systems). I'm attaching the patch for setup.py.
msg97021 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-12-30 02:59
Applied in r77128.
History
Date User Action Args
2022-04-11 14:56:55 admin set github: 51838
2009-12-30 02:59:09 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: accepted
2009-12-28 15:26:49 Arfrever set nosy: + loewis
2009-12-28 15:14:49 Arfrever create