Created attachment 195393 [details] Add When trying to run the latest www/py-notebook, it complained that tornado was missing the futures dependency. I also used pip to install tornado and saw that it installed futures. It also installed six. Should six also be added as a dependency?
A commit references this bug: Author: gblach Date: Mon Jul 23 17:26:35 UTC 2018 New revision: 475190 URL: https://svnweb.freebsd.org/changeset/ports/475190 Log: Add devel/py-futures to RUN_DEPENDS when python is older than 3.2 PR: 229984 Submitted by: jrm Changes: head/www/py-tornado/Makefile
Committed with minor change, thanks.
BTW: six is a dependency of futures not tornado.