From 14d389a317a0aac980fd998891e1ee391fadaec0e5d532a78ef680942f1a4420 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Feb 2018 08:32:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=53 --- fix-openssl-include-path.diff | 13 ------------- python-M2Crypto.spec | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 fix-openssl-include-path.diff diff --git a/fix-openssl-include-path.diff b/fix-openssl-include-path.diff deleted file mode 100644 index 7640f65..0000000 --- a/fix-openssl-include-path.diff +++ /dev/null @@ -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) diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 46b5fa7..c06ecbb 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -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