Ver Fonte

Hue [py3] Installing djangosaml2 from ext-py3

Prakash Ranade há 3 anos atrás
pai
commit
95ae51b0eb
3 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 0
      Makefile.sdk
  2. 1 0
      Makefile.vars
  3. 0 1
      desktop/core/requirements.txt

+ 1 - 0
Makefile.sdk

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

+ 1 - 0
Makefile.vars

@@ -145,3 +145,4 @@ 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
 BOTO_PKG := $(ROOT)/desktop/core/ext-py3/boto-2.49.0
 REQUEST_PKG := $(ROOT)/desktop/core/ext-py3/requests-2.27.1
 REQUEST_PKG := $(ROOT)/desktop/core/ext-py3/requests-2.27.1
 PYSAML2_PKG := $(ROOT)/desktop/core/ext-py3/pysaml2-5.0.0
 PYSAML2_PKG := $(ROOT)/desktop/core/ext-py3/pysaml2-5.0.0
+DJANGOSAML2_PKG := $(ROOT)/desktop/core/ext-py3/djangosaml2-0.18.0

+ 0 - 1
desktop/core/requirements.txt

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