After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 358318 - Improve requirement checking during build
Improve requirement checking during build
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: misc
0.3.x
Other Linux
: Normal normal
: 0.3.1
Assigned To: LSR maintainers
LSR maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-29 14:29 UTC by Peter Parente
Modified: 2006-10-02 13:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Parente 2006-09-29 14:29:26 UTC
Don't rely on pkgconfig for testing whether certain Python libraries are installed or not. Instead, create a single Python script which tests for all requirements, invoke it, and output any missing libs.
Comment 1 Peter Parente 2006-10-02 13:36:41 UTC
Fixed. Added autoconf macro AM_CHECK_PYSCRIPT to invoke a Python script (pyreqs.py) which performs the necessary tests for all required Python modules.