Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #778 from foglamp/FOGL-1318
Browse files Browse the repository at this point in the history
FOGL-1318 include requirements.txt in install
  • Loading branch information
ashwinscale authored May 10, 2018
2 parents d7b028e + 6e2d098 commit 5dd046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5dd046d

Please sign in to comment.