[Bug 228769] devel/py-testtools: Add missing dependencies (with workaround for devel/py-fixtures et al.)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 21 15:44:42 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228769
--- Comment #1 from Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org> ---
According to upstream of both ports (fixtures and testtools), fixtures as an
optional dependency of testtools and testtools is a dependency of fixtures.
In testtools, fixtures are loaded as:
fixtures = try_import('fixtures')
Therefore, we could avoid circular dependency by not registering fixtures as a
dependency of testtools.
For their customers, devel/py-mox3, devel/py-testrepository and
devel/py-testresources depend on both ports.
And devel/py-extras, devel/py-python-subunit and www/py-falcon depend on
py-testtools only.
I would suggest adding py-fixtures to the latter 3 ports manually if necessary.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list