diff options
-rw-r--r-- | python/rpmds-py.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/rpmds-py.c b/python/rpmds-py.c index f45c908ce..1f95bf610 100644 --- a/python/rpmds-py.c +++ b/python/rpmds-py.c @@ -472,9 +472,7 @@ PyTypeObject rpmds_Type = { PyObject_GenericGetAttr, /* tp_getattro */ PyObject_GenericSetAttr, /* tp_setattro */ 0, /* tp_as_buffer */ - Py_TPFLAGS_DEFAULT | /* tp_flags */ - Py_TPFLAGS_HAVE_RICHCOMPARE | - Py_TPFLAGS_BASETYPE, + Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE /* tp_flags */ rpmds_doc, /* tp_doc */ 0, /* tp_traverse */ 0, /* tp_clear */ |