diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml
index 157d65c22029c75514441288c4ffbeaba2697a6e..76de365b583db909d494bde1cba8b2a50f266703 100644
--- a/conda.recipe/meta.yaml
+++ b/conda.recipe/meta.yaml
@@ -1,4 +1,5 @@
-{% set protobufversion = "3.8.0" %}
+{% set protobufversion = "3.8.0.*" %}
+{% set pahomqttversion = "1.4.0.*" %} # Currently no longer needed, but you may want to build your own if you want to include Ramin's patch
 
 package:
         name: ipaaca
@@ -13,7 +14,7 @@ source:
           folder: ipaaca-py
 
 build:
-        number: 1
+        number: 4
 
 
 requirements:
@@ -34,21 +35,23 @@ outputs:
                         - libprotobuf {{ protobufversion }}
                         - mosquitto
                         - boost-cpp
+                        - libuuid
                   run:
                         - mosquitto
                         - libprotobuf {{ protobufversion }}
                         - boost-cpp
+                        - libuuid
 
         - name: ipaaca-py
           noarch: python
           script: install_python.sh
           requirements:
                   host:
-                          - python 
-                          - pip
-                          - protobuf {{ protobufversion }}
+                        - python {{ python }}
+                        - pip
+                        - protobuf {{ protobufversion }}
                   run:
-                          - python 
-                          - mosquitto
-                          - paho-mqtt
-                          - protobuf {{ protobufversion }}
+                        - python 
+                        - mosquitto
+                        - paho-mqtt
+                        - protobuf {{ protobufversion }}