diff options
author | Rebecca Cran <rebecca@bsdio.com> | 2023-04-03 17:41:03 -0600 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-04-05 09:40:32 +0000 |
commit | cdd79996c217805a5bd67bb0c0e4ca05474ef92e (patch) | |
tree | 69b998f89fd793033c4c2725d1ccb76fece28aab | |
parent | 7df447930c42addaf2cc0d32916141d95ded677e (diff) | |
download | edk2-cdd79996c217805a5bd67bb0c0e4ca05474ef92e.zip edk2-cdd79996c217805a5bd67bb0c0e4ca05474ef92e.tar.gz edk2-cdd79996c217805a5bd67bb0c0e4ca05474ef92e.tar.bz2 |
pip-requirements.txt: bump edk2-basetools to 0.1.43
Bump the version of edk2-basetools in pip-requirements.txt to 0.1.43.
This version contains the update to generate makefiles with both
CFLAGS and BUILD_CFLAGS.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
-rw-r--r-- | pip-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt index 3c3bf92..b71e5c4 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,7 +14,7 @@ edk2-pytool-library==0.14.0
edk2-pytool-extensions~=0.21.8
-edk2-basetools==0.1.39
+edk2-basetools==0.1.43
antlr4-python3-runtime==4.7.1
lcov-cobertura==2.0.2
|