Skip to content

Commit

Permalink
Fixed python3-ldap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Jan 15, 2019
1 parent de4f9e0 commit 91979cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,13 @@ BuildRequires: python3-devel
BuildRequires: python3-cryptography
BuildRequires: python3-lxml
%if 0%{?rhel} && 0%{?rhel} <= 7 || 0%{?fedora} && 0%{?fedora} <= 27
BuildRequires: python3-pyldap
# no python3-libselinux
%else
BuildRequires: python3-ldap
BuildRequires: python3-libselinux
%endif
BuildRequires: python3-nss
BuildRequires: python3-pyldap
BuildRequires: python3-requests >= 2.6.0
BuildRequires: python3-six
%endif # with_python3
Expand Down

0 comments on commit 91979cd

Please sign in to comment.