Fix type in requirements file

Change-Id: I1ab34407c59cc1f3a101f078518613001ca809f6
Related-Prod: PROD-34533
diff --git a/src/com/mirantis/mk/Openstack.groovy b/src/com/mirantis/mk/Openstack.groovy
index 88706d5..a57256a 100644
--- a/src/com/mirantis/mk/Openstack.groovy
+++ b/src/com/mirantis/mk/Openstack.groovy
@@ -62,7 +62,7 @@
         // downloading packages which are not support Python 2.7
         'python-openstackclient==4.0.0',
         'python-octaviaclient==1.11.0',
-        'python-heatclient=1.18.0',
+        'python-heatclient==1.18.0',
         'docutils==0.16'
     ]