Open DolceTriade opened 1 year ago
Maybe this is an issue with yay
(possibly https://github.com/Jguer/yay/issues/944): I put as a buildtime dependency python-setuptools-scm
, which has as a dependency python-setuptools
, which requires python-validate-pyproject
, which finally needs python-fastjsonschema
. So all of them should be installed but it looks like only the "root" dependency of python-setuptools-scm
is installed for you. Could you check whether installing the mentioned build dependencies manually makes it work?
Hmm, I'm not sure that's correct. Yay relies on pacman to handle transitive dependencies. In my case, I think I have the deps installed...
❯ sudo pacman -Ss python-fastjsonschema
community/python-fastjsonschema 2.16.3-1 [installed]
Fast JSON schema validator for Python
❯ sudo pacman -Ss validate-pyproject
extra/python-validate-pyproject 0.12.2-1 [installed]
Validation library and CLI tool for checking on 'pyproject.toml' files using JSON Schema
❯ sudo pacman -Ss python-setuptools
extra/python-setuptools 1:67.6.1-1 [installed]
Easily download, build, install, upgrade, and uninstall Python packages
I'm note yet sure what is wrong, then. If you clone the repo, does python -m build
work? Does the PKGBUILD work when you remove --no-isolation
? Can you make a full update just in case?
I think I've seen the same kind of error with a different AUR package in the past (forgot which one) but I cannot reproduce it for unvtray (using trizen instead of yay).