Closed issue by zamlz on void-packages repository https://github.com/void-linux/void-packages/issues/12636 Description: ### System * xuname: ``` CONFLICT: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2-2.0.9_3 in transaction (matched by python3-prompt_toolkit2) Transaction aborted due to conflicting packages. Void 4.19.50_1 x86_64 AuthenticAMD uptodate rrFF ``` * package: ``` python3-prompt_toolkit1-1.0.15_3 python3-prompt_toolkit2_2.0.9_3 ``` ### Expected behavior When running `sudo xbps-install -Su` I should be able to update the system cleanly. ### Actual behavior ``` [*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... [*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... CONFLICT: python3-prompt_toolkit1-1.0.15_3 with python3-prompt_toolkit2-2.0.9_3 in transaction (matched by python3-prompt_toolkit2) Transaction aborted due to conflicting packages. ``` ### Steps to reproduce the behavior Unsure may be because of the packages I have installed, but its when I try to update as mentioned in the __Expected behaviour__ section.