Skip to content
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

Remove deploy dependencies from pyodide-build's pyproject.toml #4752

Merged
merged 6 commits into from
May 25, 2024

Conversation

ryanking13
Copy link
Member

Description

This removes [deploy] dependencies from pyodide-build, and puts them under the requirements-deploy.txt in the root directory.

If these packages are defined in pyodide-build, they create a dependency that requires pyodide-build to be present in order to deploy Pyodide, so this PR removes them from pyodide-build.

@hoodmane
Copy link
Member

If these packages are defined in pyodide-build, they create a dependency that requires pyodide-build to be present in order to deploy Pyodide, so this PR removes them from pyodide-build.

I'm not sure what this means, can you explain a bit further?

Copy link
Member

@hoodmane hoodmane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ryanking13!

Comment on lines -1 to -3
# build
cmake
ruamel.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did these move somewhere else?

@hoodmane
Copy link
Member

FAILED test_console.py::interactive_console - ModuleNotFoundError: No module named 'pytz'

@ryanking13
Copy link
Member Author

I'm not sure what this means, can you explain a bit further?

boto3 and moto is used to deploy build artifacts to s3, including pyodide.js, pyodide.asm.js, etc. I don't think these need to be a dependency of pyodide-build, as they have nothing to do with "building packages". So I think it is strange to have these packages declared in pyodide-build.

@ryanking13 ryanking13 merged commit 56ab5c4 into pyodide:main May 25, 2024
38 of 39 checks passed
@ryanking13 ryanking13 deleted the main-deps branch May 25, 2024 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants