-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Packaging} Add setuptools to dependency
#27196
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -129,6 +129,7 @@ requests-oauthlib==1.2.0 | |
| requests[socks]==2.31.0 | ||
| scp==0.13.2 | ||
| semver==2.13.0 | ||
| setuptools | ||
|
||
| six==1.16.0 | ||
| sshtunnel==0.1.5 | ||
| tabulate==0.8.9 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -145,6 +145,7 @@ | |
| 'PyNaCl~=1.5.0', | ||
| 'scp~=0.13.2', | ||
| 'semver==2.13.0', | ||
| 'setuptools', | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Once it's added in No, homebrew install packages with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bebound Hi! I don't believe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The reason why this PR seeks to add setuptools to run-time dependencies is the use of
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here is the search result. I'm not sure if any extension uses it. PS: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps the storage-multiapi package should be fixed first. There's no point in it supporting Python 2.7 anymore, as its only downstream package (this one) requires Python 3.8 or later. |
||
| 'six>=1.10.0', # six is still used by countless extensions | ||
| 'sshtunnel~=0.1.4', | ||
| 'urllib3', | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pycparser==2.18does not work. It is in the requirements.txt and version is2.19.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pycparser==2.18was added by #7662. Funny thing is that no one knows why it was introduced in the first place.