Created attachment 189889 [details] Patch to fix bug. py-soco's requirements.txt lists xmltodict as a dependency, but the port doesn't list this in its RUN_DEPENDS. I realized this when a nightly cronjob that I run started failing a few weeks (?) ago complaining that it couldn't import xmltodict. Patch attached. I can commit this patch if the maintainer approves.
(In reply to Bruce A. Mah from comment #0) Maintainer approval. Thank you for noticing and submitting a fix
Take.
Maintainer gave approval in bug comment, so set appropriate flag.
A commit references this bug: Author: bmah Date: Mon Jan 22 01:11:55 UTC 2018 New revision: 459633 URL: https://svnweb.freebsd.org/changeset/ports/459633 Log: Add required but formerly-missing dependency on xmltodict. Pet PORTREVISION because it packaged before, but didn't always run correctly. PR: 225303 Approved by: Conall O'Brien <conall@conall.net> (maintainer) Changes: head/multimedia/py-soco/Makefile
All done. Thanks to the MAINTAINER for the quick review/approval!