Accepting request 763333 from devel:languages:python:Factory

- libnsl is required only on more recent SLEs and openSUSE, older
  glibc supported NIS on its own.

OBS-URL: https://build.opensuse.org/request/show/763333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=147
This commit is contained in:
Dominique Leuenberger 2020-01-14 19:58:03 +00:00 committed by Git OBS Bridge
commit 136b54de55
4 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[Desktop Entry]
Version=1.0
Name=IDLE
GenericName=Python IDE
Comment=Python 2.7 Integrated Development and Learning Environment
Exec=idle %F
TryExec=idle

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 10 16:01:57 CET 2020 - Matej Cepl <mcepl@suse.com>
- libnsl is required only on more recent SLEs and openSUSE, older
glibc supported NIS on its own.
-------------------------------------------------------------------
Thu Jan 2 10:34:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -88,7 +88,9 @@ Patch56: adapted-from-F00251-change-user-install-location.patch
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: libbz2-devel
%if %{suse_version} > 1200
BuildRequires: libnsl-devel
%endif
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: zlib-devel

View File

@ -94,7 +94,9 @@ BuildRequires: fdupes
BuildRequires: gdbm-devel
BuildRequires: gmp-devel
BuildRequires: libbz2-devel
%if %{suse_version} > 1200
BuildRequires: libnsl-devel
%endif
BuildRequires: libopenssl-devel
BuildRequires: ncurses-devel
BuildRequires: readline-devel