From 4ee8e752fcc51c72ff44ff3a76bde1323f0acfc0 Mon Sep 17 00:00:00 2001
From: softir <elisabetta.giani@inaf.it>
Date: Thu, 1 Oct 2020 12:45:50 +0200
Subject: [PATCH] The csp/subelement-classes relies on SKA Base Classes ver <
 0.6.0.

---
 docker-requirements.txt | 2 +-
 setup.py                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-requirements.txt b/docker-requirements.txt
index 92273ec..6379878 100644
--- a/docker-requirements.txt
+++ b/docker-requirements.txt
@@ -15,4 +15,4 @@ sphinx-rtd-theme
 sphinxcontrib-websupport
 pipdeptree
 pylint_junit
-csp-lmc-common >= 0.5.3
+csp-lmc-common < 0.6.0
diff --git a/setup.py b/setup.py
index ffdd470..985e838 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
     install_requires=[
         'pytango >=9.3.1',
         'future',
-        'csp-lmc-common',
+        'csp-lmc-common < 0.6.0',
     ],  
     setup_requires=[
         # dependency for `python setup.py test`
-- 
GitLab