Skip to content

Commit

Permalink
Add missing python-ldap version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Jul 26, 2022
1 parent bc6826a commit 3bc92b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apel-ssm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BuildArch: noarch
BuildRequires: python-devel
%endif

Requires: stomppy < 5.0.0, python-ldap, openssl
Requires: stomppy < 5.0.0, python-ldap < 3.4.0, openssl
Requires(pre): shadow-utils

%define ssmconf %_sysconfdir/apel
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def main():
download_url='https://github.com/apel/ssm/releases',
license='Apache License, Version 2.0',
install_requires=[
'stomp.py<5.0.0', 'python-ldap',
'stomp.py<5.0.0', 'python-ldap<3.4.0',
],
extras_require={
'AMS': ['argo-ams-library'],
Expand Down

0 comments on commit 3bc92b6

Please sign in to comment.