From 30cdf0d7a20187688e4bacc7f54a787fabaabeaee11c5531f12ee010c0d80270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Jan 2020 15:14:04 +0000 Subject: [PATCH] - Do not package tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs.parse?expand=0&rev=2 --- python-calmjs.parse.changes | 5 +++++ python-calmjs.parse.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-calmjs.parse.changes b/python-calmjs.parse.changes index 551df88..e1b64c5 100644 --- a/python-calmjs.parse.changes +++ b/python-calmjs.parse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 6 15:13:55 UTC 2020 - Tomáš Chvátal + +- Do not package tests + ------------------------------------------------------------------- Mon Jan 6 14:56:19 UTC 2020 - Tomáš Chvátal diff --git a/python-calmjs.parse.spec b/python-calmjs.parse.spec index 1584639..0eb65c1 100644 --- a/python-calmjs.parse.spec +++ b/python-calmjs.parse.spec @@ -46,6 +46,8 @@ ECMAScript; a near feature complete fork of slimit. %install %python_install +%python_expand rm -r %{buildroot}%{$python_sitelib}/calmjs/parse/testing +%python_expand rm -r %{buildroot}%{$python_sitelib}/calmjs/parse/tests %python_expand %fdupes %{buildroot}%{$python_sitelib} %check