Bug 241311 - devel/py-zipp: incomplete dependencies
Summary: devel/py-zipp: incomplete dependencies
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: Steve Wills
URL:
Keywords: needs-patch, regression
Depends on:
Blocks:
 
Reported: 2019-10-17 14:02 UTC by Jan Beich
Modified: 2019-10-18 05:37 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2019-10-17 14:02:57 UTC
$ 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'
Comment 1 Jan Beich freebsd_committer freebsd_triage 2019-10-17 14:05:06 UTC
Doesn't happen before ports r514289.
Comment 2 Jan Beich freebsd_committer freebsd_triage 2019-10-17 14:19:00 UTC
devel/py-more-itertools has USES=python:3.4+, breaking www/py-flexget@py27. I guess, Python 2 days are numbered. ;\
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-10-17 14:37:18 UTC
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
Comment 4 Steve Wills freebsd_committer freebsd_triage 2019-10-17 14:37:23 UTC
Committed, thanks!
Comment 5 Jan Beich freebsd_committer freebsd_triage 2019-10-17 19:57:53 UTC
See ports r514681.
Comment 6 Jan Beich freebsd_committer freebsd_triage 2019-10-18 05:37:02 UTC
Fixed by ports r514685.