From 0da799fa46c01e22fa5503777c1c166644dd1705 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Wed, 6 Feb 2019 23:36:44 +0000 Subject: [PATCH] conda: Require recent aiohttp artiq_influxdb doesn't work with aiohttp 0.17 (anymore), as the ClientSession API changed. I have not looked up precisely which is the first version that works, but 3.x has been out for almost a year and is available on the Anaconda/conda-forge channels. --- conda/artiq-dev/meta.yaml | 2 +- conda/artiq/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/artiq-dev/meta.yaml b/conda/artiq-dev/meta.yaml index 1544cebf6..b7c0b9c90 100644 --- a/conda/artiq-dev/meta.yaml +++ b/conda/artiq-dev/meta.yaml @@ -40,7 +40,7 @@ requirements: - quamash - pyqtgraph 0.10.0 - pygit2 - - aiohttp + - aiohttp >=3 - pythonparser >=1.1 - levenshtein diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 548b68f49..31cf6bf4a 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -42,7 +42,7 @@ requirements: - quamash - pyqtgraph 0.10.0 - pygit2 - - aiohttp + - aiohttp >=3 - levenshtein test: