We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a261ca commit 8fa1429Copy full SHA for 8fa1429
1 file changed
Makefile
@@ -27,7 +27,7 @@ PYTHON = python3
27
TESTCMD = $(PYTHON) -m unittest discover tests
28
DISTDIR = $(BUILDDIR)/dist
29
30
-DEPENDENCIES = f5-icontrol-rest requests_mock requests dict2xml ciscoisesdk
+DEPENDENCIES = f5-icontrol-rest requests_mock requests dict2xml "ciscoisesdk<=2.4.2"
31
32
.PHONY: clean package distribute distribute_staging distribute_staging_external\
33
develop undevelop populate_dist_dir help docs pubdocs tests
0 commit comments