hey, question to people knowledgeable in python:

i'm packaging bitmask from the leap project and it depends on a lot of
python2 packages.  the issue is that i found out that `python2 setup.py
install --root=$pkgdir` doesn't verify dependencies, so the build seems
ok until you try to use the package and the import fails.

this is very uncomfortable because i have to test every package to see
what's missing, instead of the build process doing it for me.

how can i make setup.py fail when a dependency isn't met?  or how should
i programatically pull a pypi package and every dependency and generate
correct pkgbuilds from them?

-- 
:>

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to