URL: https://github.com/SSSD/sssd/pull/218
Author: celestian
 Title: #218: TEST: Adding paython-requests to dependencies
Action: opened

PR body:
"""
Resolves:
https://pagure.io/SSSD/sssd/issue/3353

Note:
I am not sure if this is the correct dependency which we were looking for. But 
it is needed anyway. If we need more don't hesitate to write me. 
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/218/head:pr218
git checkout pr218
From 8cf9aad8914e7a99a03eadfe1e4b09ac7fd98f30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C4=8Cech?= <pc...@redhat.com>
Date: Thu, 30 Mar 2017 12:05:08 +0200
Subject: [PATCH] TEST: Adding paython-requests to dependencies

Resolves:
https://pagure.io/SSSD/sssd/issue/3353
---
 src/external/intgcheck.m4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/external/intgcheck.m4 b/src/external/intgcheck.m4
index ac68b85..e38401c 100644
--- a/src/external/intgcheck.m4
+++ b/src/external/intgcheck.m4
@@ -29,5 +29,6 @@ AC_DEFUN([SSS_ENABLE_INTGCHECK_REQS], [
         SSS_INTGCHECK_REQ([HAVE_PYTEST], [pytest])
         SSS_INTGCHECK_REQ([HAVE_PY2MOD_LDAP], [python-ldap])
         SSS_INTGCHECK_REQ([HAVE_PY2MOD_LDAP], [pyldb])
+        SSS_INTGCHECK_REQ([HAVE_PYT2MOD-REQUESTS], [python-requests])
     fi
 ])
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to