python-mastodon
depends on python-blurhash
but optdepends and checkdepends on python-halcy-blurhash
, which actually conflicts with python-blurhash
. Is this really the intended behaviour?
Looking upstream, the library depends on the PyPI package blurhash
, https://github.com/halcy/Mastodon.py/blob/1.8.1/setup.py#L21-L23 (Noted that python-mastodon has migrated to pyproject.toml, but setup.py was the tool in use when 1.8.1 was released)
The PyPI package seems to be halcy's blurhash. In fact, the other blurhash in AUR points on PyPI to a separate package called blurhash-python
which actually does not seem to be used upstream.
Pinned Comments
djmoch commented on 2019-05-04 11:14 (UTC) (edited on 2019-05-04 11:33 (UTC) by djmoch)
python-mastodon requires that you use
python-magic-ahupp
. Whilepython-magic-ahupp
conflicts withpython-magic
, they are actually different packages that provide different functionality.I've updated the depends array to use
python-magic-ahupp