remove python3-nose dependency
This commit is contained in:
parent
245da92e2f
commit
0cb489bb3f
@ -4,7 +4,7 @@
|
|||||||
%endif
|
%endif
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 33.19
|
Version: 33.19
|
||||||
Release: 29
|
Release: 30
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -146,7 +146,7 @@ BuildRequires: python3-pygments
|
|||||||
BuildRequires: audit-libs-devel libtool gettext-devel >= %{gettextver} gtk3-devel >= %{gtk3ver}
|
BuildRequires: audit-libs-devel libtool gettext-devel >= %{gettextver} gtk3-devel >= %{gtk3ver}
|
||||||
BuildRequires: gtk-doc gtk3-devel-docs >= %{gtk3ver} glib2-doc gobject-introspection-devel
|
BuildRequires: gtk-doc gtk3-devel-docs >= %{gtk3ver} glib2-doc gobject-introspection-devel
|
||||||
BuildRequires: glade-devel libgnomekbd-devel libxklavier-devel >= %{libxklavierver} pango-devel
|
BuildRequires: glade-devel libgnomekbd-devel libxklavier-devel >= %{libxklavierver} pango-devel
|
||||||
BuildRequires: python3-kickstart >= %{pykickstartver} python3-devel python3-nose systemd
|
BuildRequires: python3-kickstart >= %{pykickstartver} python3-devel systemd
|
||||||
BuildRequires: rpm-devel >= %{rpmver} libarchive-devel >= %{libarchivever} gdk-pixbuf2-devel
|
BuildRequires: rpm-devel >= %{rpmver} libarchive-devel >= %{libarchivever} gdk-pixbuf2-devel
|
||||||
BuildRequires: libxml2
|
BuildRequires: libxml2
|
||||||
BuildRequires: gsettings-desktop-schemas metacity
|
BuildRequires: gsettings-desktop-schemas metacity
|
||||||
@ -270,6 +270,10 @@ update-desktop-database &> /dev/null || :
|
|||||||
update-desktop-database &> /dev/null || :
|
update-desktop-database &> /dev/null || :
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
#Anaconda test cases require python3-nose. However, python3-nose on 22.03 has been deleted due to aging.
|
||||||
|
#As a result, the anaconda lacks dependency. Now, the anaconda needs to remove the python3-nose dependency.
|
||||||
|
#However, the removal will affect the test cases.
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -335,6 +339,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 31 2021 xihaochen <xihaochen@huawei.com> - 33.19-30
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:remove python3-nose dependency
|
||||||
|
|
||||||
* Fri Oct 29 2021 zhujunhao <zhujunhao8@huawei.com> - 33.19-29
|
* Fri Oct 29 2021 zhujunhao <zhujunhao8@huawei.com> - 33.19-29
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user