cheroot: remove pyopenssl dep

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
linsui 2022-07-08 13:43:19 +08:00 committed by Martin Weinelt
parent 9e8501bd82
commit d07b2d20dd

View file

@ -6,7 +6,6 @@
, jaraco_text , jaraco_text
, more-itertools , more-itertools
, portend , portend
, pyopenssl
, pypytools , pypytools
, pytest-mock , pytest-mock
, pytestCheckHook , pytestCheckHook
@ -17,7 +16,6 @@
, setuptools-scm , setuptools-scm
, setuptools-scm-git-archive , setuptools-scm-git-archive
, six , six
, trustme
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -45,14 +43,12 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
jaraco_text jaraco_text
portend portend
pyopenssl
pypytools pypytools
pytest-mock pytest-mock
pytestCheckHook pytestCheckHook
requests requests
requests-toolbelt requests-toolbelt
requests-unixsocket requests-unixsocket
trustme
]; ];
# Disable doctest plugin because times out # Disable doctest plugin because times out
@ -79,6 +75,8 @@ buildPythonPackage rec {
# avoid attempting to use 3 packages not available on nixpkgs # avoid attempting to use 3 packages not available on nixpkgs
# (jaraco.apt, jaraco.context, yg.lockfile) # (jaraco.apt, jaraco.context, yg.lockfile)
"cheroot/test/test_wsgi.py" "cheroot/test/test_wsgi.py"
# requires pyopenssl
"cheroot/test/test_ssl.py"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [