From 8bcf4db1b036944f22047129bfe1daad6266df97 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Wed, 15 Sep 2021 15:07:51 -0400 Subject: [PATCH] remove mypy dep for (disabled) tests to build on el8 --- python-rsa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rsa.spec b/python-rsa.spec index 61a2e39..fece9ae 100644 --- a/python-rsa.spec +++ b/python-rsa.spec @@ -22,7 +22,7 @@ Summary: Pure-Python RSA implementation BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-mypy +#BuildRequires: python3-mypy BuildRequires: python3-pyasn1 >= 0.1.3 Requires: python3-pyasn1 >= 0.1.3 Requires: python3-setuptools