pycontribs / selinux

Pure-python selinux shim module for use in virtualenvs
MIT License
20 stars 19 forks source link

Is setuptools really required during runtime? #50

Closed dvzrv closed 1 year ago

dvzrv commented 3 years ago

The setup.cfg implies that setuptools is required during runtime. Is this really the case?

ssbarnea commented 1 year ago

No, feel free to raise a PR to fix it.

dvzrv commented 1 year ago

While I have you here, I'm wondering the same about pip as build-system.

According to PEP517 you'll probably only need setuptools-scm (git archive is now included) in there. On Arch Linux we recently had to devender a bunch of packages, as they were pulling in pip during build time (for no reason).