I'm trying to update mail/mailman3 port to 3.3.5
It requires updating a few ports it depends on, including mail/py-aiosmtpd and www/py-falcon.
After updating py-falcon to 3.0.1 and running make install I get:
Is there a ports mechanism in place already to deal with conflicts like these in python ports, or something else I can do?
It requires updating a few ports it depends on, including mail/py-aiosmtpd and www/py-falcon.
After updating py-falcon to 3.0.1 and running make install I get:
Code:
pkg-static: py38-falcon-3.0.1 conflicts with py38-aiosmtpd-1.2_1 (installs files into the same place). Problematic file: /usr/local/lib/python3.8/site-packages/examples/__init__.py
*** Error code 1
Is there a ports mechanism in place already to deal with conflicts like these in python ports, or something else I can do?