Skip to content
Snippets Groups Projects
Commit 8f1ebfc7 authored by Eric Martin's avatar Eric Martin Committed by Peter Scheibel
Browse files

py-requests: Add missing dependencies for versions 2.16.0 and up (#10996)

parent a1db22ba
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,11 @@ class PyRequests(PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('py-chardet@3.0.2:3.0.999', type=('build', 'run'), when='@2.16.0:')
depends_on('py-idna@2.5', type=('build', 'run'), when='@2.16.0:')
depends_on('py-urllib3@1.21.1:1.21.999', type=('build', 'run'), when='@2.16.0:')
depends_on('py-certifi@2017.4.17', type=('build', 'run'), when='@2.16.0:')
depends_on('py-pytest@2.8.0:', type='test')
depends_on('py-pytest-cov', type='test')
depends_on('py-pytest-httpbin@0.0.7', type='test')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment