dotdrop
dotdrop copied to clipboard
[bug] Can't install on Termux (Android) due to bug in dependency
Describe the bug
Dotdrop uses ruamel.yaml.clib
somewhere in its dependencies which suffers from bug: https://sourceforge.net/p/ruamel-yaml-clib/tickets/22/
Because of this bug dotdrop
cannot be installed on Termux, FreeBSD and some others
Steps to Reproduce
Steps to reproduce the behavior:
- Setup Termux on your Android phone
- Run
pip install dotdrop
Expected behavior
Dotdrop can be installed