Accepting request 365006 from home:dimstar:Factory

- Add pkg-config BuildRequires: in order for the last introduced
  condition to apply the patch to work, pkg-config has to be
  present.

OBS-URL: https://build.opensuse.org/request/show/365006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=33
This commit is contained in:
Todd R 2016-03-04 15:48:14 +00:00 committed by Git OBS Bridge
parent c7db0b07f9
commit 78681f6686
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 2 21:47:58 UTC 2016 - dimstar@opensuse.org
- Add pkg-config BuildRequires: in order for the last introduced
condition to apply the patch to work, pkg-config has to be
present.
-------------------------------------------------------------------
Wed Mar 2 14:19:46 UTC 2016 - meissner@suse.com

View File

@ -33,6 +33,7 @@ Patch1: disable-uneven-sizes-tests.patch
# PATCH-FIX-OPENSUSE cryptography-new-bio-new-type.patch fix build with openssl 1.0.2g
Patch2: cryptography-new-bio-new-type.patch
BuildRequires: libopenssl-devel
BuildRequires: pkg-config
BuildRequires: python-cffi >= 1.1.0
BuildRequires: python-devel
BuildRequires: python-enum34