python-gssapi/cython3.patch
Yaakov Selkowitz 4f8977b956 Fix build with Cython 3
This upstream commit should be included with 1.8.3.
2023-07-26 14:38:18 -04:00

15 lines
507 B
Diff

Backport of https://github.com/pythongssapi/python-gssapi/pull/321
diff --git a/gssapi/raw/_enum_extensions/ext_dce.pyx b/gssapi/raw/_enum_extensions/ext_dce.pyx
index fd2989ae..190c8285 100644
--- a/gssapi/raw/_enum_extensions/ext_dce.pyx
+++ b/gssapi/raw/_enum_extensions/ext_dce.pyx
@@ -1,6 +1,6 @@
from gssapi.raw.cython_types cimport OM_uint32
-import gssapi.raw._enum_extensions as ext_registry
+from gssapi.raw import _enum_extensions as ext_registry
cdef extern from "python_gssapi_ext.h":