[issue28207] Use pkg-config to find dependencies

Zachary Ware report at bugs.python.org
Mon Sep 26 00:54:34 EDT 2016


Zachary Ware added the comment:

I don't have any philosophical opposition to using pkg-config, but it would be nice to avoid making configure/Makefile/setup.py any more complex than they already are.  If you can somehow simplify those files (without breaking anything) by using pkg-config, I'd be all for it :)

Resetting the version to 3.7, this feels like a pretty big change.  If it turns out well, we can consider backporting it later.

----------
components: +Build
stage:  -> needs patch
title: SQLite headers are not searched in custom locations -> Use pkg-config to find dependencies
versions: +Python 3.7 -Python 2.7, Python 3.3, Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list