OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=53
This commit is contained in:
parent
5d51fb72dc
commit
14d389a317
@ -1,13 +0,0 @@
|
||||
Index: M2Crypto-0.27.0/setup.py
|
||||
===================================================================
|
||||
--- M2Crypto-0.27.0.orig/setup.py
|
||||
+++ M2Crypto-0.27.0/setup.py
|
||||
@@ -159,7 +164,7 @@ class _M2CryptoBuildExt(build_ext.build_
|
||||
|
||||
if platform.system() == "Linux":
|
||||
self.include_dirs += _get_additional_includes()
|
||||
- inc_openssl_dir = '/usr/include/openssl'
|
||||
+ inc_openssl_dir = '/usr/include/'
|
||||
if inc_openssl_dir not in self.include_dirs:
|
||||
self.include_dirs.append(inc_openssl_dir)
|
||||
log.debug('self.include_dirs = %s', self.include_dirs)
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-M2Crypto
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user