Bug 239665 - devel/py-scikit-build: Add missing RUN_DEPENDS
Summary: devel/py-scikit-build: Add missing RUN_DEPENDS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL: https://people.FreeBSD.org/~sunpoet/p...
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-05 17:17 UTC by Po-Chuan Hsieh
Modified: 2019-08-05 18:00 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-08-05 17:17:58 UTC
Add missing RUN_DEPENDS

- Bump PORTREVISION for dependency change

from requirements.txt:
wheel>=0.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 >= 0.32.0
ModuleNotFoundError: No module named 'wheel'
*** Error code 1
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2019-08-05 18:00:05 UTC
Thanks for reporting this!
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-05 18:00:34 UTC
A commit references this bug:

Author: yuri
Date: Mon Aug  5 17:59:56 UTC 2019
New revision: 508197
URL: https://svnweb.freebsd.org/changeset/ports/508197

Log:
  devel/py-scikit-build: Add py-wheel to RUN_DEPENDS

  PR:		239665
  Reported by:	sunpoet

Changes:
  head/devel/py-scikit-build/Makefile