diff --git a/python-PyFxA.changes b/python-PyFxA.changes index a21edf2..dd50600 100644 --- a/python-PyFxA.changes +++ b/python-PyFxA.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 13 13:15:39 UTC 2018 - mcepl@suse.com + +- Remove dependency on unittest2 + ------------------------------------------------------------------- Sun May 13 10:04:02 UTC 2018 - antoine.belvire@opensuse.org diff --git a/python-PyFxA.spec b/python-PyFxA.spec index 1544659..1f0f35e 100644 --- a/python-PyFxA.spec +++ b/python-PyFxA.spec @@ -1,6 +1,7 @@ # # spec file for package python-PyFxA # +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017-2018 The openSUSE Project. # # All modifications and additions to the file contributed by third parties @@ -44,7 +45,6 @@ BuildRequires: %{python_module mock} BuildRequires: %{python_module requests >= 2.4.2} BuildRequires: %{python_module responses} BuildRequires: %{python_module six} -BuildRequires: %{python_module unittest2} %endif %python_subpackages @@ -53,6 +53,7 @@ This is python library for interacting with the Firefox Accounts ecosystem. %prep %setup -q -n PyFxA-%{version} +sed -i -e '/^#!\/usr\/bin\/env python/d' fxa/__main__.py %build %python_build