BlackArch / blackarch-pkgbuilds

Official BlackArch Linux PKGBUILD templates.
https://www.blackarch.org/
28 stars 14 forks source link

PKGBUILD-python-PEP517 - Install Python dependencies #26

Closed D3vil0p3r closed 2 weeks ago

D3vil0p3r commented 2 weeks ago

In PKGBUILD-python-PEP517 the dependencies are not installed automatically by pip install command in package() unlike PKGBUILD Python Standalone, right?

Should they be specified in depends?

noraj commented 2 weeks ago

Yes, with PEP517 PKGBUILD you need to use system dependencies, that's why pip install uses --no-deps because we won't pull deps from pypi.