From 2084a849d692e65dd1eed1a7d7eb816ab3996786 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 30 Apr 2018 16:17:47 +0300 Subject: [PATCH] require package containing pdb File "/usr/share/python3.6/site-packages/_pytest/debugging.py", line 3, in import pdb ModuleNotFoundError: No module named 'pdb' --- python-pytest.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-pytest.spec b/python-pytest.spec index 0ee16ba..1eed023 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -10,7 +10,7 @@ Summary: Simple and popular testing tool for Python Summary(pl.UTF-8): Proste i popularne narzędzie testujące dla Pythona Name: python-%{module} Version: 3.0.7 -Release: 1 +Release: 2 License: MIT Group: Development/Languages/Python #Source0Download: https://pypi.python.org/simple/pytest @@ -35,6 +35,7 @@ BuildRequires: sed >= 4.0 %if %{with doc} BuildRequires: sphinx-pdg >= 1.0 %endif +Requires: python-modules Requires: python-setuptools Obsoletes: python-pytest-cache BuildArch: noarch @@ -50,6 +51,7 @@ py.test to proste i popularne narzędzie testujące dla Pythona. Summary: Simple powerful testing with Python Summary(pl.UTF-8): Proste, ale funkcjonalne narzędzie testujące dla Pythona Group: Development/Languages +Requires: python3-devel-tools Requires: python3-setuptools Obsoletes: python3-pytest-cache -- 2.44.0