From d60d9fbf87a5808caff4b6e1185b17a246d359d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Tue, 21 Dec 2021 08:48:48 +0545 Subject: [PATCH] deps: move requests-kerberos to webhdfs_kerberos extras instead of webhdfs --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index f2de7b0152..14d00ac187 100644 --- a/setup.cfg +++ b/setup.cfg @@ -78,10 +78,6 @@ install_requires = scmrepo==0.0.6 [options.extras_require] -# gssapi should not be included in all_remotes, because it doesn't have wheels -# for linux and mac, so it will fail to compile if user doesn't have all the -# requirements, including kerberos itself. Once all the wheels are available, -# we can start shipping it by default. all = %(azure)s %(gdrive)s @@ -108,11 +104,15 @@ s3 = s3fs[boto3]>=2021.11.1 ssh = bcrypt sshfs[bcrypt]>=2021.11.2 +# gssapi should not be included in all_remotes, because it doesn't have wheels +# for Linux, so it will fail to compile if user doesn't have all the +# requirements, including kerberos itself. ssh_gssapi = sshfs[gssapi]>=2021.11.2 webdav = webdav4>=0.9.3 # not to break `dvc[webhdfs]` webhdfs = - requests-kerberos==0.14.0 +# requests-kerberos requires krb5 & gssapi, which does not provide wheels Linux +webdhfs_kerberos = requests-kerberos==0.14.0 terraform = tpi[ssh]>=2.1.0 tests = %(terraform)s