Accepting request 539494 from home:pluskalm:branches:Apache

- Do not require python for building - its not needed anyways
  (fate#323526)

OBS-URL: https://build.opensuse.org/request/show/539494
OBS-URL: https://build.opensuse.org/package/show/Apache/apr?expand=0&rev=7
This commit is contained in:
Kristyna Streitova 2017-11-08 11:15:03 +00:00 committed by Git OBS Bridge
parent f70a9b50e3
commit 27c7bd4641
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 7 10:24:40 UTC 2017 - mpluskal@suse.com
- Do not require python for building - its not needed anyways
(fate#323526)
-------------------------------------------------------------------
Mon Oct 16 14:36:10 UTC 2017 - mpluskal@suse.com

View File

@ -42,7 +42,6 @@ BuildRequires: lksctp-tools-devel
# for the testsuite
BuildRequires: netcfg
BuildRequires: pkgconfig
BuildRequires: python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -95,7 +94,7 @@ sed -i \
docs/doxygen.conf
%build
./buildconf
autoreconf -fiv
export apr_lock_method=USE_PROC_PTHREAD_SERIALIZE
%configure \
--enable-other-child \