diff --git a/python-hyper.spec b/python-hyper.spec index db9d58a..ea81a20 100644 --- a/python-hyper.spec +++ b/python-hyper.spec @@ -39,7 +39,6 @@ BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module requests} BuildRequires: %{python_module rfc3986 >= 1.1.0} BuildRequires: %{python_module setuptools} -#tests BuildRequires: %{python_module virtualenv >= 14.0.0} BuildRequires: fdupes BuildRequires: python-enum34 >= 1.0.4 @@ -59,7 +58,7 @@ hyper supports the final draft of the HTTP/2 specification: additionally, it provides support for drafts 14, 15, and 16 of the HTTP/2 specification. It also supports the final draft of the HPACK specification. -hyper is intended to be a drop-in replacement for http.client, with a +hyper is intended to be a drop-in replacement for http.client, with a similar API. However, hyper intentionally does not name its classes the same way http.client does. This is because most servers do not support HTTP/2 at this time: I don't want you accidentally using hyper when you