Parcourir la source

Hue [py3] Installing pysaml2 from ext-py3

Prakash Ranade il y a 3 ans
Parent
commit
2645e748fd
3 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      Makefile.sdk
  2. 1 0
      Makefile.vars
  3. 0 1
      desktop/core/requirements.txt

+ 1 - 0
Makefile.sdk

@@ -123,6 +123,7 @@ ext-env-pip-install:
 	@echo '--- Installing ext-py3 into virtual-env via $(ENV_PIP)'
 	@$(ENV_PIP) install -e $(BOTO_PKG)
 	@$(ENV_PIP) install -e $(REQUEST_PKG)
+	@$(ENV_PIP) install -e $(PYSAML2_PKG)
 	@echo '--- Finished installing ext-py3 into virtual-env via $(ENV_PIP)'
 	@touch $@
 

+ 1 - 0
Makefile.vars

@@ -144,3 +144,4 @@ REQUIREMENT_FILE := $(ROOT)/desktop/core/requirements.txt
 NAVOPTAPI_WHL := $(ROOT)/desktop/core/wheels/navoptapi-1.0.0-py3-none-any.whl
 BOTO_PKG := $(ROOT)/desktop/core/ext-py3/boto-2.49.0
 REQUEST_PKG := $(ROOT)/desktop/core/ext-py3/requests-2.27.1
+PYSAML2_PKG := $(ROOT)/desktop/core/ext-py3/pysaml2-5.0.0

+ 0 - 1
desktop/core/requirements.txt

@@ -73,7 +73,6 @@ thrift-sasl==0.4.2
 git+https://github.com/gethue/django-babel.git
 git+https://github.com/gethue/django-mako.git
 werkzeug==2.0.1  # Should remove it here and from devtools.mk
-pysaml2==5.0.0
 djangosaml2==0.18.0
 django-utils-six==2.0
 six==1.16.0