Skip to content

Commit e359617

Browse files
skshetryefiop
authored andcommitted
deps: move requests-kerberos to webhdfs_kerberos extras instead of webhdfs
1 parent ba40d91 commit e359617

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ install_requires =
7878
scmrepo==0.0.7
7979

8080
[options.extras_require]
81-
# gssapi should not be included in all_remotes, because it doesn't have wheels
82-
# for linux and mac, so it will fail to compile if user doesn't have all the
83-
# requirements, including kerberos itself. Once all the wheels are available,
84-
# we can start shipping it by default.
8581
all =
8682
%(azure)s
8783
%(gdrive)s
@@ -108,11 +104,15 @@ s3 = s3fs[boto3]>=2021.11.1
108104
ssh =
109105
bcrypt
110106
sshfs[bcrypt]>=2021.11.2
107+
# gssapi should not be included in all_remotes, because it doesn't have wheels
108+
# for Linux, so it will fail to compile if user doesn't have all the
109+
# requirements, including kerberos itself.
111110
ssh_gssapi = sshfs[gssapi]>=2021.11.2
112111
webdav = webdav4>=0.9.3
113112
# not to break `dvc[webhdfs]`
114113
webhdfs =
115-
requests-kerberos==0.14.0
114+
# requests-kerberos requires krb5 & gssapi, which does not provide wheels Linux
115+
webdhfs_kerberos = requests-kerberos==0.14.0
116116
terraform = tpi[ssh]>=2.1.0
117117
tests =
118118
%(terraform)s

0 commit comments

Comments
 (0)