1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: Python
7Description: Python library
8Requires:
9Version: @VERSION@
10Libs.private: @LIBS@
11Libs: -L${libdir} -lpython@VERSION@
12Cflags: -I${includedir}/python@VERSION@
13
14