From 654b8b4665cea3fe6148dd0110b65bbe0bc93a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Feb 2018 14:34:07 +0100 Subject: [PATCH] Fix the name macro in the description 2 --- python37.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python37.spec b/python37.spec index 6a34652..022a16b 100644 --- a/python37.spec +++ b/python37.spec @@ -565,7 +565,7 @@ The self-test suite for the Python interpreter. This is only useful to test Python itself. For testing general Python code, you should use the unittest module from %{name}-libs, or a library such as -${name}-pytest or ${name}-nose. +%{name}-pytest or %{name}-nose. %if %{with debug_build}