Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37824884
en ru br
ALT Linux repos
5.0: 1.15-alt1
4.1: 1.15-alt0.M41.2

Group :: Development/Python
RPM: python-module-ssl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: python-module-ssl-1.15-alt-setup.py-1.patch
Download


 setup.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index 6abbad7..7387182 100644
--- a/setup.py
+++ b/setup.py
@@ -125,7 +125,9 @@ def find_ssl():
                          )
     if ssl_incs is not None:
         krb5_h = find_file('krb5.h', inc_dirs,
-                           ['/usr/kerberos/include'])
+                           ['/usr/kerberos/include',
+                            '/usr/include/krb5/'
+                           ])
         if krb5_h:
             ssl_incs += krb5_h
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin