URL: https://github.com/freeipa/freeipa/pull/303
Author: pvomacka
 Title: #303: Add python-pyasn1-modules into dependencies
Action: opened

PR body:
"""
Python-pyasn1-modules is required by python-ldap package, but it would be
good to not rely on another package and rather say explicitely, that
this package is necessary.

https://fedorahosted.org/freeipa/ticket/6398
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/303/head:pr303
git checkout pr303
From bb8c03adc779b920495dbdc977843632f3ac378b Mon Sep 17 00:00:00 2001
From: Pavel Vomacka <pvoma...@redhat.com>
Date: Fri, 2 Dec 2016 17:09:48 +0100
Subject: [PATCH] Add python-pyasn1-modules into dependencies

Python-pyasn1-modules is required by python-ldap package, but it would be
good to not rely on another package and rather say explicitely, that
this package is necessary.

https://fedorahosted.org/freeipa/ticket/6398
---
 freeipa.spec.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index 15c3e68..e206a96 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -515,6 +515,7 @@ Requires: python-netaddr
 Requires: python-libipa_hbac
 Requires: python-qrcode-core >= 5.0.0
 Requires: python-pyasn1
+Requires: python-pyasn1-modules
 Requires: python-dateutil
 Requires: python-yubico >= 1.2.3
 Requires: python-sss-murmur
@@ -564,6 +565,7 @@ Requires: python3-netaddr
 Requires: python3-libipa_hbac
 Requires: python3-qrcode-core >= 5.0.0
 Requires: python3-pyasn1
+Requires: python3-pyasn1-modules
 Requires: python3-dateutil
 Requires: python3-yubico >= 1.2.3
 Requires: python3-sss-murmur
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to