Avoid building rpmdebug-py
This commit is contained in:
parent
41fc048c9a
commit
47b6892500
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include "structmember.h"
|
||||
|
||||
#include "rpmdebug-py.c"
|
||||
#include "rpmmacro-py.h"
|
||||
#include <rpmmacro.h>
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
#include <rpmlib.h>
|
||||
|
||||
#include "rpmdebug-py.c"
|
||||
|
||||
#include "rpmps-py.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
@ -140,8 +138,6 @@ rpmps_subscript(rpmpsObject * s, PyObject * key)
|
|||
int ix, i;
|
||||
|
||||
if (!PyInt_Check(key)) {
|
||||
if (_rpmps_debug < 0)
|
||||
fprintf(stderr, "*** rpmps_subscript(%p[%s],%p[%s])\n", s, lbl(s), key, lbl(key));
|
||||
PyErr_SetString(PyExc_TypeError, "integer expected");
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue