From 6e2d098d3a3c16b6c2a28a1cf55359850e400975 Mon Sep 17 00:00:00 2001 From: Ashwin Gopalakrishnan Date: Thu, 10 May 2018 04:20:52 +0000 Subject: [PATCH] FOGL-1318 include requirements.txt in install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2744ca2f3..d5bd1c1b18 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ c_install : c_build ############################################################################### # build python source python_build : $(PYTHON_SETUP_FILE) - $(CD) $(PYTHON_SRC_DIR) ; $(PYTHON_BUILD_PACKAGE) + $(CD) $(PYTHON_SRC_DIR) ; $(PYTHON_BUILD_PACKAGE) ; $(CD) $(CURRENT_DIR) ; $(CP) $(PYTHON_REQUIREMENTS_FILE) $(PYTHON_LIB_DIR)/. # install python requirements without --user python_requirements : $(PYTHON_REQUIREMENTS_FILE)