stefankoegl / python-json-patch

Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
459 stars 97 forks source link

Conflict with https://github.com/xlwings/jsondiff #93

Closed yan12125 closed 5 years ago

yan12125 commented 5 years ago

Both Python packages installs an executable jsondiff. As a reulst it's impossible to install both python-jsondiff and python-jsonpatch on Arch Linux https://bugs.archlinux.org/task/60911.

yan12125 commented 5 years ago

After discussions with a maintainer of jsondiff, I propose https://github.com/xlwings/jsondiff/pull/26 as the first step for resolving the conflict.

yan12125 commented 5 years ago

Since jsondiff 1.2.0, jsondiff is renamed to jdiff and the original jsondiff command is deprecated. There are no more conflicts :)