Fix py-aiohttp recipe (#27671)

This commit is contained in:
iarspider 2021-11-26 16:17:01 +01:00 committed by GitHub
parent a96f2f603b
commit 978f091822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ class PyAiohttp(PythonPackage):
depends_on('python@3.6:', type=('build', 'run'), when='@3.7:')
depends_on('py-attrs@17.3.0:', type=('build', 'run'))
depends_on('py-chardet@2.0:3', type=('build', 'run'))
depends_on('py-multidict@4.5:4', type=('build', 'run'))
depends_on('py-multidict@4.5:4', type=('build', 'run'), when='@:3.6.2')
depends_on('py-multidict@4.5:6', type=('build', 'run'), when='@3.6.3:')
depends_on('py-async-timeout@3.0:3', type=('build', 'run'))
depends_on('py-yarl@1.0:1', type=('build', 'run'))