Opened 4 years ago

Closed 4 years ago

#59553 closed defect (fixed)

py38-gssapi: Cython not found

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-gssapi

Description

py38-gssapi does not build:

Cython not found, building from C files...
Traceback (most recent call last):
  File "setup.py", line 323, in <module>
    main_file('misc'),
  File "setup.py", line 245, in main_file
    return make_extension('gssapi.raw.%s', module)
  File "setup.py", line 231, in make_extension
    raise OSError(source)
OSError: gssapi/raw/misc.c

Change History (2)

comment:1 Changed 4 years ago by tobypeterson

didn't notice the dependency

comment:2 Changed 4 years ago by tobypeterson

Resolution: fixed
Status: assignedclosed

In c6769ba05d86b1f98f7bfc0f35d87ec7806af6eb/macports-ports (master):

py-gssapi: add cython build dependency
fixes #59553

Note: See TracTickets for help on using tickets.