#include <pakfire/arch.h>
#include <pakfire/dependencies.h>
-#include <pakfire/key.h>
#include "archive.h"
#include "archive_file.h"
}
static PyMethodDef pakfireModuleMethods[] = {
- {"supported_arches", (PyCFunction)Pakfire_supported_arches, METH_NOARGS, NULL },
+ {
+ "supported_arches",
+ (PyCFunction)Pakfire_supported_arches,
+ METH_NOARGS,
+ NULL,
+ },
{
"version_compare",
(PyCFunction)Pakfire_version_compare,
METH_VARARGS,
NULL,
},
- { NULL, NULL, 0, NULL }
+ { NULL, NULL, 0, NULL },
};
static struct PyModuleDef moduledef = {