systemd/python-systemd

should `egg_info` target be supported without library checks?

belm0 opened this issue · 1 comments

belm0 commented

Currently any invocation of setup.py, except for --version, triggers a runtime library check.

I think it precludes using the egg_info target on other platforms. E.g. pipenv will run this target when doing a lock.

We probably should switch to something declarative like pyproject…