CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/05/08 13:41:15
Modified files:
www/py-tornado : Makefile
Log message:
Add missing RDEP on devel/py-futures.
Grepping the source code of py-tornado shows that concurrent.futures is
imported at several places.
This fixes an issue with spyder not starting as it errors out with
"pkg_resources.DistributionNotFound: The 'futures' distribution was not
found and is required by tornado"
OK sthen@
