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

Merge feature/pip install to master #2917

Merged
merged 5 commits into from Apr 17, 2023
Merged

Merge feature/pip install to master #2917

merged 5 commits into from Apr 17, 2023

Conversation

tswhison
Copy link
Contributor

Move Python projects to pyproject.toml. Removes the legacy
behavior of calling python on setup.py, which is no longer the
advised way of creating python packages, per PEP 517.

Signed-off-by: Tim Whisonant tim.whisonant@intel.com

Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
Move Python projects to pyproject.toml. Removes the legacy
behavior of calling python on setup.py, which is no longer the
advised way of creating python packages, per PEP 517.

Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
@tswhison tswhison requested review from a team as code owners April 10, 2023 17:16
@coveralls
Copy link

coveralls commented Apr 10, 2023

Pull Request Test Coverage Report for Build 4723683323

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 65.56%

Totals Coverage Status
Change from base Build 4683183665: 0.0%
Covered Lines: 13173
Relevant Lines: 20093

💛 - Coveralls

@tswhison tswhison self-assigned this Apr 10, 2023
@tswhison tswhison merged commit 24d8650 into master Apr 17, 2023
41 checks passed
pcolberg added a commit to OFS/meta-ofs that referenced this pull request Apr 20, 2023
This resolves a failure to build the latest OPAE SDK which migrated to
pyproject.toml to specify Python module build dependencies (PEP 518).

OFS/opae-sdk#2917
https://peps.python.org/pep-0518/

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

Successfully merging this pull request may close these issues.

None yet

3 participants