Skip to content

Commit

Permalink
[2405] [SQUASH ON REBASE] Fix pip-requirement double listing (#1068)
Browse files Browse the repository at this point in the history
## Description

regex is listed twice, once without a version, which causes Linux pip to
fail to install. This should be squashed with the CI commit on next
rebase:
92a21e3.

- [ ] Impacts functionality?
- **Functionality** - Does the change ultimately impact how firmware
functions?
- Examples: Add a new library, publish a new PPI, update an algorithm,
...
- [ ] Impacts security?
- **Security** - Does the change have a direct security impact on an
application,
    flow, or firmware?
  - Examples: Crypto algorithm change, buffer overflow fix, parameter
    validation improvement, ...
- [ ] Breaking change?
- **Breaking change** - Will anyone consuming this change experience a
break
    in build or boot behavior?
- Examples: Add a new library class, move a module to a different repo,
call
    a function in a new library class in a pre-existing module, ...
- [ ] Includes tests?
  - **Tests** - Does the change include any explicit test code?
  - Examples: Unit tests, integration tests, robot tests, ...
- [ ] Includes documentation?
- **Documentation** - Does the change contain explicit documentation
additions
    outside direct code modifications (and comments)?
- Examples: Update readme file, add feature readme file, link to
documentation
    on an a separate Web page, ...

## How This Was Tested

Installing on Linux.

## Integration Instructions

N/A.
  • Loading branch information
os-d authored Jul 25, 2024
1 parent 1e6d5a3 commit d2b553f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
edk2-pytool-library~=0.21.8 # MU_CHANGE
edk2-pytool-extensions~=0.27.10 # MU_CHANGE
antlr4-python3-runtime==4.13.1
regex
lcov-cobertura==2.0.2
pygount==1.8.0 # MU_CHANGE
toml==0.10.2 # MU_CHANGE
Expand Down

0 comments on commit d2b553f

Please sign in to comment.