Description: Generate_classic_files_instead_of_WHL, this patch already exists
Author: Adam Cecile <acecile@le-vert.net>

---
Origin: other
Last-Update: 2020-10-27

--- tensorflow-estimator-1.14.0.orig/tensorflow_estimator/tools/pip_package/build_pip_package.sh
+++ tensorflow-estimator-1.14.0/tensorflow_estimator/tools/pip_package/build_pip_package.sh
@@ -53,9 +53,10 @@ function build_wheel() {
 
   pushd ${TMPDIR} > /dev/null
   echo $(date) : "=== Building wheel"
-  "${PYTHON_BIN_PATH:-python}" setup.py bdist_wheel --universal --project_name $PROJECT_NAME
+  #"${PYTHON_BIN_PATH:-python}" setup.py bdist_wheel --universal --project_name $PROJECT_NAME
+  "${PYTHON_BIN_PATH:-python}" setup.py install --root ${DEST} --install-layout=deb >/dev/null
   mkdir -p ${DEST}
-  cp dist/* ${DEST}
+  #cp dist/* ${DEST}
   popd > /dev/null
   echo $(date) : "=== Output wheel file is in: ${DEST}"
 }
