Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 578a638

Browse files
committed
add psutil dep to nginx
1 parent 036e5c2 commit 578a638

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/packaging/nginx/ansible-runner-service-nginx.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Requires: ansible-runner >= 1.3.2
2222
Requires: python-flask >= 1.0.2
2323
Requires: python2-flask-restful >= 0.3.5
2424
Requires: python2-cryptography
25+
Requires: python2-psutil
2526
Requires: openssl
2627
Requires: pyOpenSSL
2728
Requires: PyYAML
@@ -94,7 +95,7 @@ install -m 0644 ./misc/nginx/uwsgi.ini %{buildroot}%{_sysconfdir}/ansible-runner
9495

9596
%changelog
9697
* Thu Jun 4 2020 Martin Necas <[email protected]> 1.0.3-1
97-
- No change in this RPM
98+
- Add psutil to dependencies
9899

99100
* Tue Apr 28 2020 Martin Necas <[email protected]> 1.0.2-1
100101
- Allow playbook parallel execution.

0 commit comments

Comments
 (0)