Repository: lens Updated Branches: refs/heads/master eb947eb2e -> 8c66a64f5
LENS-1513 : Fix for Lens python script. Project: http://git-wip-us.apache.org/repos/asf/lens/repo Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/8c66a64f Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/8c66a64f Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/8c66a64f Branch: refs/heads/master Commit: 8c66a64f5f0a5fb2a5ed2ccd41b5ba57ce855fba Parents: eb947eb Author: Rajitha R <[email protected]> Authored: Mon May 21 15:40:28 2018 +0530 Committer: Rajitha.R <[email protected]> Committed: Mon May 21 15:40:28 2018 +0530 ---------------------------------------------------------------------- contrib/clients/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lens/blob/8c66a64f/contrib/clients/python/setup.py ---------------------------------------------------------------------- diff --git a/contrib/clients/python/setup.py b/contrib/clients/python/setup.py index dc40bfa..5c64067 100644 --- a/contrib/clients/python/setup.py +++ b/contrib/clients/python/setup.py @@ -57,7 +57,7 @@ setup( license='Apache Software License', author='Apache', tests_require=['tox'], - install_requires=['requests>=2.9.1', 'six>=1.10.0', 'pykerberos=1.2.1'], + install_requires=['requests>=2.9.1', 'six>=1.10.0', 'pykerberos==1.2.1'], cmdclass={'test': Tox}, author_email='[email protected]', description='Python Lens Client',
