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:
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 }}
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