From 8d7df45b3c6f811348a0633562e30776acb530835a265730f717ebba8f843504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 23 Oct 2019 07:13:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nodeenv?expand=0&rev=2 --- python-nodeenv.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/python-nodeenv.spec b/python-nodeenv.spec index 934339b..aaf49b6 100644 --- a/python-nodeenv.spec +++ b/python-nodeenv.spec @@ -12,26 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-nodeenv Version: 1.3.3 Release: 0 -License: BSD-2-Clause Summary: Nodejs virtual environment builder -Url: https://github.com/ekalinin/nodeenv -Group: Development/Languages/Python +License: BSD-2-Clause +URL: https://github.com/ekalinin/nodeenv Source: https://github.com/ekalinin/nodeenv/archive/%{version}.tar.gz#/nodeenv-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-setuptools BuildArch: noarch - %python_subpackages %description