Add extra version of py-oauthlib (#15045)

This commit is contained in:
iarspider 2020-02-18 18:34:57 +01:00 committed by GitHub
parent 02f3fc6d7a
commit 6f6e1a8c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ class PyOauthlib(PythonPackage):
url = "https://pypi.io/packages/source/o/oauthlib/oauthlib-3.1.0.tar.gz"
version('3.1.0', sha256='bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889')
version('3.0.1', sha256='0ce32c5d989a1827e3f1148f98b9085ed2370fc939bf524c9c851d8714797298')
version('2.0.2', sha256='b3b9b47f2a263fe249b5b48c4e25a5bce882ff20a0ac34d553ce43cff55b53ac')
variant('extras', default=True, description='Build with pyjwt, blinker, cryptography')