-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow distro to be mandatory dependency only on Linux #15
Comments
jayvdb
added a commit
to jayvdb/userpath
that referenced
this issue
Oct 15, 2019
The distro package only supports Linux, and it is only used here to detect Ubuntu. Make it an optional dependency in the code, so that packagers can exclude it when it isnt needed. Closes ofek#15
jayvdb
added a commit
to jayvdb/userpath
that referenced
this issue
Oct 15, 2019
The distro package only supports Linux, and it is only used here to detect Ubuntu. Make it an optional dependency in the code, so that packagers can exclude it when it isnt needed. Closes ofek#15
jayvdb
added a commit
to jayvdb/userpath
that referenced
this issue
Oct 15, 2019
The distro package only supports Linux, and it is only used here to detect Ubuntu. Make it an optional dependency in the code, so that packagers can exclude it when it isnt needed. Closes ofek#15
ofek
pushed a commit
that referenced
this issue
Oct 15, 2019
The distro package only supports Linux, and it is only used here to detect Ubuntu. Make it an optional dependency in the code, so that packagers can exclude it when it isnt needed. Closes #15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Distro doesnt support Windows, and lots of other platforms, so it is a no-op on those platforms. python-distro/distro#177
Making it a hard dependency means it needs to be packaged for those platforms, and that can be a hard pill to swallow for packagers as the package is a useless extra chunk of maintenance.
The text was updated successfully, but these errors were encountered: