From 1f9fdf2392130c7099fdfbf8654771e948184e91 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 3 Nov 2017 18:46:45 +0100 Subject: [PATCH] __pycache -> __pycache__ Signed-off-by: Igor Gnatenko --- pytest.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.spec b/pytest.spec index 72c628e..a83c5a7 100644 --- a/pytest.spec +++ b/pytest.spec @@ -157,7 +157,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/pytest-*.egg-info/ %{python3_sitelib}/_pytest/ %{python3_sitelib}/pytest.py -%{python3_sitelib}/__pycache/pytest.* +%{python3_sitelib}/__pycache__/pytest.* %changelog * Fri Nov 03 2017 Igor Gnatenko - 3.2.3-2