Open davidB opened 6 years ago
hyper 0.9.x depends of openssl by default, and it can failed to compile if openssl dev lib is not installed. As ssl is not used by gym-http server, then remove openssl as transitive dependency.
should fixe #55
the travis build failed, but it doesn't seem related to PR, but to the server code.
hyper 0.9.x depends of openssl by default, and it can failed to compile if openssl dev lib is not installed. As ssl is not used by gym-http server, then remove openssl as transitive dependency.