##// END OF EJS Templates
packaging: introduce generic local rpm build target using python3...
packaging: introduce generic local rpm build target using python3 It is unnecessary extra work to explicitly add Makefile targets for a random selection of Fedora versions. Generally, it just works. If not, the root cause should be fixed.

File last commit:

r41049:ef103c96 default
r43651:69f5571d stable
Show More
pyutil.h
9 lines | 128 B | text/x-c | CLexer
#include <Python.h>
namespace contrib
{
void initpy(const char *cselfpath);
PyObject *pyglobals();
} /* namespace contrib */