Apply requested fix from #27643 (#27672)

This commit is contained in:
iarspider 2021-11-26 23:45:38 +01:00 committed by GitHub
parent 96ce0e393d
commit 1d8d975721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ class PyYarl(PythonPackage):
depends_on('py-cython', type='build')
depends_on('py-multidict@4.0:', type=('build', 'run'))
depends_on('py-idna@2.0:', type=('build', 'run'))
depends_on('py-typing-extensions@3.7.4:', type=('build', 'run'), when='@1.7.2:')
depends_on('py-typing-extensions@3.7.4:', type=('build', 'run'), when='@1.7.2: ^python@:3.7')
@run_before('build')
def fix_cython(self):