Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#60226 closed defect (fixed)

py-libsass: ModuleNotFoundError: No module named 'setuptools'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: py-libsass

Description

py-libsass fails to build:

Traceback (most recent call last):
  File "setup.py", line 15, in <module>
    from setuptools import Extension, setup
ModuleNotFoundError: No module named 'setuptools'

Probably needs a dependency on py*-setuptools.

Change History (2)

comment:1 Changed 4 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: assignedclosed

In 65350d4b6505ad887a09b91e75e29f14160026ca/macports-ports (master):

py-libsass: add missing build dependency

Fixes #60226

comment:2 Changed 4 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Thank you for pointing this out.

Note: See TracTickets for help on using tickets.