]> git.proxmox.com Git - swtpm.git/commitdiff
build-sys: Remove check for pip3 that was used by python swtpm_setup
authorStefan Berger <stefanb@linux.ibm.com>
Sun, 19 Sep 2021 23:42:18 +0000 (19:42 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Mon, 20 Sep 2021 11:25:53 +0000 (07:25 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
configure.ac

index 1ce3a7883420af0a4b49f92a444cecdb4f325f32..7a9a0059789ca24ebb8b7c4ca174f71ba210b71f 100644 (file)
@@ -375,16 +375,6 @@ fi
 
 AM_PATH_PYTHON([3.3])
 
-AC_PATH_PROG([PIP3], pip3)
-if test "x$PIP3" = "x"; then
-       AC_PATH_PROG([PIP3], pip)
-       if test "x$PIP3" = "x"; then
-               AC_MSG_WARN([pip3 is required to uninstall the built package])
-       else
-               AC_MSG_WARN([Using pip as pip3 tool])
-       fi
-fi
-
 AC_ARG_ENABLE([hardening],
   AS_HELP_STRING([--disable-hardening], [Disable hardening flags]))