]> git.pld-linux.org Git - packages/python-pytest.git/commitdiff
require package containing pdb auto/th/python-pytest-3.0.7-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Apr 2018 13:17:47 +0000 (16:17 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Apr 2018 13:17:50 +0000 (16:17 +0300)
  File "/usr/share/python3.6/site-packages/_pytest/debugging.py", line 3, in <module>
    import pdb
ModuleNotFoundError: No module named 'pdb'

python-pytest.spec

index 0ee16ba105d7cd9328b4c330e621e6ea98c10a14..1eed02378af94e6a95c42155575b8799828fea1e 100644 (file)
@@ -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
 
This page took 0.170466 seconds and 4 git commands to generate.