Solved py27-pydot and py27-pyparsing15 at same time

I need install pydot and pyparsing 15 together, but that cause a conflict

Code:
pkg install py27-pydot
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (1 conflicting)
Checking integrity... done (0 conflicting)
The following 3 packages will be affected (of 0 checked):

Installed packages to be REMOVED:
    py27-pyparsing15-1.5.7

New packages to be INSTALLED:
    py27-pydot: 1.0.28
    py27-parsing: 2.0.3

The process will require 0 MiB more space.

Proceed with this action? [y/N]:

How to solve this conflict?
 
Back
Top