14
0

Accepting request 892559 from home:dimstar:Factory

- Replace nodejs10 BuildRequires with nodejs-default:
  + Use the distro-provided default version of nodejs without
    pinning to an old version.

OBS-URL: https://build.opensuse.org/request/show/892559
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudscraper?expand=0&rev=9
This commit is contained in:
2021-05-12 17:48:48 +00:00
committed by Git OBS Bridge
parent 8f4b0ba3cd
commit 7c642cd677
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 12 17:06:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace nodejs10 BuildRequires with nodejs-default:
+ Use the distro-provided default version of nodejs without
pinning to an old version.
-------------------------------------------------------------------
Wed May 5 09:09:26 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@@ -35,7 +35,7 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.9.2}
BuildRequires: %{python_module requests-toolbelt >= 0.9.1}
BuildRequires: %{python_module responses}
BuildRequires: nodejs10
BuildRequires: nodejs-default
# /SECTION
BuildRequires: fdupes
Requires: python-pyparsing >= 2.4.7