mov-cli / mov-cli-youtube

A mov-cli v4 plugin for watching youtube.
https://pypi.org/project/mov-cli-youtube/
MIT License
18 stars 1 forks source link

AUR build fails when python-installer is not installed #16

Closed dan-m8t closed 3 months ago

dan-m8t commented 3 months ago

Hey,

when you try to install from the AUR the build fails, when python-installer is not installed.

Successfully built mov_cli_youtube-1.2.3-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/python: No module named installer
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: python-mov-cli-youtube-exit status 4

Looks like you forgot to add it to the dependencies in the pkgbuild.

cheers

r3tr0ananas commented 3 months ago

Could you try installing mov-cli-youtube again?

Added python-installer to the makedepends.

dan-m8t commented 3 months ago

Works now! thanks