Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Aug 2019 17:17:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239665] devel/py-scikit-build: Add missing RUN_DEPENDS
Message-ID:  <bug-239665-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239665

            Bug ID: 239665
           Summary: devel/py-scikit-build: Add missing RUN_DEPENDS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://people.FreeBSD.org/~sunpoet/patch/devel-py-sci
                    kit-build.txt
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: sunpoet@FreeBSD.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

Add missing RUN_DEPENDS

- Bump PORTREVISION for dependency change

from requirements.txt:
wheel>=3D0.29.0

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/skbuild/command/bdist_wheel.=
py",
line 8, in <module>
    from wheel.wheelfile import WheelFile
ModuleNotFoundError: No module named 'wheel'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 7, in <module>
    from skbuild import setup
  File "/usr/local/lib/python3.6/site-packages/skbuild/__init__.py", line 9=
, in
<module>
    from .setuptools_wrap import setup  # noqa: F401
  File "/usr/local/lib/python3.6/site-packages/skbuild/setuptools_wrap.py",
line 40, in <module>
    from .command import (build, build_ext, build_py, clean,
  File "/usr/local/lib/python3.6/site-packages/skbuild/command/bdist_wheel.=
py",
line 11, in <module>
    from wheel import archive as _wheel_archive  # Not available with wheel=
 >=3D
0.32.0
ModuleNotFoundError: No module named 'wheel'
*** Error code 1

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239665-7788>