| Summary: | devel/py-zipp: incomplete dependencies | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
| Component: | Individual Port(s) | Assignee: | Steve Wills <swills> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | Keywords: | needs-patch, regression |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(swills) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Doesn't happen before ports r514289. devel/py-more-itertools has USES=python:3.4+, breaking www/py-flexget@py27. I guess, Python 2 days are numbered. ;\ A commit references this bug: Author: swills Date: Thu Oct 17 14:36:17 UTC 2019 New revision: 514663 URL: https://svnweb.freebsd.org/changeset/ports/514663 Log: devel/py-zipp: add missing dependency PR: 241311 Reported by: jbeich Pointyhat to: swills Changes: head/devel/py-zipp/Makefile Committed, thanks! See ports r514681. Fixed by ports r514685. |
$ pkg install py36-zipp $ python3.6 -c 'import zipp' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python3.6/site-packages/zipp.py", line 12, in <module> import more_itertools ModuleNotFoundError: No module named 'more_itertools'