diff --git a/build/Makefile b/build/Makefile index bbd3eb5c..dde76b26 100644 --- a/build/Makefile +++ b/build/Makefile @@ -94,7 +94,7 @@ $(PYTHON_DIR) : virtualenv -p python3 --no-download $(DSTDIR) . $(abspath $(DSTDIR)/bin/activate) && pip install --upgrade pip . $(abspath $(DSTDIR)/bin/activate) && pip install --upgrade setuptools - . $(abspath $(DSTDIR)/bin/activate) && pip install -r python_packages.txt + . $(abspath $(DSTDIR)/bin/activate) && pip install -r python_requirements.txt $(DSTDIR) : @echo CREATE INSTALLATION DIRECTORY $(DSTDIR) diff --git a/build/python_packages.txt b/build/python_requirements.txt similarity index 88% rename from build/python_packages.txt rename to build/python_requirements.txt index 55e0f365..e08bb7b7 100644 --- a/build/python_packages.txt +++ b/build/python_requirements.txt @@ -1,10 +1,8 @@ colorlog>=6.7.0 -google>=3.0.0 lmdb>=1.4.0 loguru>=0.6.0 mergedeep>=1.3.4 pkg_resources>=0.0.0 -protobuf==3.19.0 pyparsing>=3.0.9 requests>=2.28.2 requests-toolbelt>=0.10.1