If you don't want compile python-inotify of python2, then
-
Install
python-inotifywithpip install --user inotifyandinotifywill install at ~/.local/lib/python3.9/site-packages/inotifywith its requirementsnose`. -
Remove the
python-inotifyfrom thePKGBUILD, thensudo pacman -S --asdeps python rofi python-pyperclip python-click python-appdirs python-daemonizeand thenmakepkg -siwith non-root permission.
Dependency of python2 are not so big as looked, and it may failed to install some dependency, so install them manually with --asdeps parameter, and remove them after the build is finished.
Pinned Comments
BenSYZ commented on 2021-07-21 13:50 (UTC) (edited on 2021-07-21 14:04 (UTC) by BenSYZ)
If you don't want compile
python-inotifyof python2, thenInstall
python-inotifywithpip install --user inotifyandinotifywill install at ~/.local/lib/python3.9/site-packages/inotifywith its requirementsnose`.Remove the
python-inotifyfrom thePKGBUILD, thensudo pacman -S --asdeps python rofi python-pyperclip python-click python-appdirs python-daemonizeand thenmakepkg -siwith non-root permission.Dependency of python2 are not so big as looked, and it may failed to install some dependency, so install them manually with
--asdepsparameter, and remove them after the build is finished.