Skip to content
Snippets Groups Projects
Commit eabd18ee authored by Jan Pöppel's avatar Jan Pöppel
Browse files

removed fixed paho version since we can now use conda-forge paho

parent 1326ac09
No related branches found
No related tags found
No related merge requests found
{% 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: package:
name: ipaaca name: ipaaca
...@@ -13,7 +14,7 @@ source: ...@@ -13,7 +14,7 @@ source:
folder: ipaaca-py folder: ipaaca-py
build: build:
number: 1 number: 4
requirements: requirements:
...@@ -34,21 +35,23 @@ outputs: ...@@ -34,21 +35,23 @@ outputs:
- libprotobuf {{ protobufversion }} - libprotobuf {{ protobufversion }}
- mosquitto - mosquitto
- boost-cpp - boost-cpp
- libuuid
run: run:
- mosquitto - mosquitto
- libprotobuf {{ protobufversion }} - libprotobuf {{ protobufversion }}
- boost-cpp - boost-cpp
- libuuid
- name: ipaaca-py - name: ipaaca-py
noarch: python noarch: python
script: install_python.sh script: install_python.sh
requirements: requirements:
host: host:
- python - python {{ python }}
- pip - pip
- protobuf {{ protobufversion }} - protobuf {{ protobufversion }}
run: run:
- python - python
- mosquitto - mosquitto
- paho-mqtt - paho-mqtt
- protobuf {{ protobufversion }} - protobuf {{ protobufversion }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment