8000 Adopt modern Python package method · Issue #145 · systemd/python-systemd · GitHub
[go: up one dir, main page]

Skip to content

Adopt modern Python package method #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hongquan opened this issue Jun 6, 2025 · 0 comments
Open

Adopt modern Python package method #145

hongquan opened this issue Jun 6, 2025 · 0 comments

Comments

@hongquan
Copy link
hongquan commented Jun 6, 2025

We have a Django project, which is meant to deploy on Linux server, and use uv as package manager. But some of our teammates use MacOS in development. One issue is that, when uv tries to resolve dependencies, it doesn't find enough dependency info of systemd-python (neither from PyPI nor from source dist), it has to build wheel file for systemd-python. This process has to be performed also on MacOS system, and then fails.

So, it would be nice if python-systemd project migrates to pyproject.toml file, so that this issue won't happen.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant
0