-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install python3 FIPS packages (#21682)
Install python3 FIPS packages Why I did it Python3 FIPS package not installed: admin@vlab-01:~$ sudo apt list --installed | grep libpython libpython3-stdlib/now 3.11.2-1+b1 amd64 [installed,local] libpython3.11-minimal/now 3.11.2-6+deb12u5 amd64 [installed,local] libpython3.11-stdlib/now 3.11.2-6+deb12u5 amd64 [installed,local] libpython3.11/now 3.11.2-6+deb12u5 amd64 [installed,local] How I did it Add python3 FIPS package to install list. Purge all python3 dev package before install python3 FIPS package, because these dev package will break dependency How to verify it Pass all UT. Manually confirm the package installed
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters