-
Notifications
You must be signed in to change notification settings - Fork 42
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
Don't use setuptools > 39.2.0 features in setup.py #248
Labels
Milestone
Comments
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
May 20, 2021
This provides compatibility with older versions of setuptools. fixes pulp#248
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
May 22, 2021
Also provide the shell entrypoint in a not namespaced module. This provides compatibility with older versions of setuptools. fixes pulp#248
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
May 22, 2021
Also provide the shell entrypoint in a not namespaced module. This provides compatibility with older versions of setuptools. fixes pulp#248
mdellweg
added
bug
Something isn't working (template-set)
feature request
New feature request (template-set)
triaged
labels
May 26, 2021
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
May 26, 2021
Also provide the shell entrypoint in a not namespaced module. This provides compatibility with older versions of setuptools. fixes pulp#248
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jun 15, 2021
Also provide the shell entrypoint in a not namespaced module. This provides compatibility with older versions of setuptools. fixes pulp#248
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jun 28, 2021
Also provide the shell entrypoint in a not namespaced module. This provides compatibility with older versions of setuptools. fixes pulp#248
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jun 28, 2021
Also provide the shell entrypoint in a not namespaced module. This provides compatibility with older versions of setuptools. fixes pulp#248 Co-authored-by: Evgeni Golov <[email protected]>
mdellweg
added a commit
to mdellweg/pulp-cli
that referenced
this issue
Jun 28, 2021
Also provide the shell entrypoint in a not namespaced module. This provides compatibility with older versions of setuptools. fixes pulp#248 Co-authored-by: Evgeni Golov <[email protected]>
mdellweg
added a commit
that referenced
this issue
Jun 29, 2021
Also provide the shell entrypoint in a not namespaced module. This provides compatibility with older versions of setuptools. fixes #248 Co-authored-by: Evgeni Golov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Ohai,
currently both EL7 and EL8 ship with setuptools 39.2.0 by default, and I'd prefer not to touch such a core package of the system.
However,
pulp-cli/setup.py
usesfind_namespace_packages
which was introduced in setuptools 40.1.0. This makes it impossible to buildpulp-cli
from source on EL7/8 :(Would it be possible to restrict the used featureset to what's in 39.2, so that we can build packages?
The text was updated successfully, but these errors were encountered: