From d2dc214afbe162f9850e2ea765710576142bcff14d2444c71cb740c05552bc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Sep 2019 10:11:40 +0000 Subject: [PATCH] - Do not generate test subpackage OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-releases?expand=0&rev=10 --- python-releases.changes | 5 +++++ python-releases.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-releases.changes b/python-releases.changes index 8b76ddb..9f57855 100644 --- a/python-releases.changes +++ b/python-releases.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 17 10:11:28 UTC 2019 - Tomáš Chvátal + +- Do not generate test subpackage + ------------------------------------------------------------------- Thu Sep 12 17:30:04 UTC 2019 - Tomáš Chvátal diff --git a/python-releases.spec b/python-releases.spec index 4a841c0..436ef5e 100644 --- a/python-releases.spec +++ b/python-releases.spec @@ -87,10 +87,10 @@ Specifically: %python_expand invoke-%{$python_bin_suffix} test %endif +%if !%{with test} %files %{python_files} %doc README.rst %license LICENSE -%if !%{with test} %{python_sitelib}/* %endif