From c32aa5dc34aac9d063c995c668fad8fc826761dc3999860e790652ce8614a611 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 May 2023 13:50:41 +0000 Subject: [PATCH] - drop unnecessary mypy dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=233 --- python-SQLAlchemy.changes | 5 +++++ python-SQLAlchemy.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index b7e7a96..8206838 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 12 13:50:11 UTC 2023 - Dirk Müller + +- drop unnecessary mypy dependency + ------------------------------------------------------------------- Thu May 4 15:48:19 UTC 2023 - Dirk Müller diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index efe80d8..b4b25ec 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -45,7 +45,6 @@ Requires: python-importlib-metadata # SECTION test requirements BuildRequires: %{python_module greenlet > 0.4.17} BuildRequires: %{python_module importlib-metadata} -BuildRequires: %{python_module mypy} BuildRequires: %{python_module pytest >= 4.4.0} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module typing_extensions >= 4.2.0}