Skip to content

Commit d2b0fd2

Browse files
authored
Merge pull request #1006 from consideRatio/pr/pycurl
2 parents 7514616 + e581232 commit d2b0fd2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tljh/requirements-hub-env.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ jupyterhub-idle-culler>=1.4.0,<2
2525
# ref: https://www.tornadoweb.org/en/stable/httpclient.html#module-tornado.simple_httpclient
2626
# ref: https://github.com/jupyterhub/the-littlest-jupyterhub/issues/289
2727
#
28-
pycurl>=7.45.3,<8
28+
# FIXME: pycurl is installed from source without its wheel for 7.45.3 has an
29+
# issue reported in https://github.com/pycurl/pycurl/issues/834.
30+
#
31+
pycurl>=7.45.3,<8 --no-binary=pycurl

0 commit comments

Comments
 (0)