Skip to content
Snippets Groups Projects
Commit 38e518a7 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[beat-devel] Constrain psycopg2 to a reasonable version on macOS to avoid...

[beat-devel] Constrain psycopg2 to a reasonable version on macOS to avoid openssl 1.0 vs 1.1 conflicts
parent 897389e6
Branches
Tags
1 merge request!386[beat-devel] Add psycopg2 dependence
Pipeline #25415 passed
...@@ -15,7 +15,7 @@ build: ...@@ -15,7 +15,7 @@ build:
requirements: requirements:
host: host:
- python {{ python }} - python {{ python }}
- bob-devel 2018.12.12 - bob-devel 2018.12.11
- docker-py 3.6.0 - docker-py 3.6.0
- flask 1.0.2 - flask 1.0.2
- flask-cors 3.0.7 - flask-cors 3.0.7
...@@ -27,8 +27,10 @@ requirements: ...@@ -27,8 +27,10 @@ requirements:
- pyzmq 17.1.2 - pyzmq 17.1.2
- simplejson 3.16.0 - simplejson 3.16.0
- sphinxcontrib-programoutput 0.11 - sphinxcontrib-programoutput 0.11
- sphinxcontrib-httpdomain 1.7.0
- termcolor 1.1.0 - termcolor 1.1.0
- psycopg2 2.7.5 - psycopg2 2.7.5 # [linux]
- psycopg2 2.6.2 # [osx]
run: run:
- python - python
run_constrained: run_constrained:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %} {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
package: package:
name: bob-devel name: bob-devel
version: 2018.12.12 version: 2018.12.11
# please update the version of beat-devel and update bob-devel's version there # please update the version of beat-devel and update bob-devel's version there
# as well in the same merge request. # as well in the same merge request.
......
...@@ -10,7 +10,6 @@ source: ...@@ -10,7 +10,6 @@ source:
sha256: ac40b4fba58c76b073b03931c7b8ead611066a6aebccafb34dc19694f4eb6335 sha256: ac40b4fba58c76b073b03931c7b8ead611066a6aebccafb34dc19694f4eb6335
build: build:
noarch: python
number: 0 number: 0
script: python -m pip install --no-deps --ignore-installed . script: python -m pip install --no-deps --ignore-installed .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment