Skip to content

Commit 5fdf448

Browse files
drehakpirat89
authored andcommitted
Add python-requests to requirements
1 parent f649db5 commit 5fdf448

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: packaging/leapp-repository.spec

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Requires: libselinux-python
6666
Requires: python-pyudev
6767
# required by SELinux actors
6868
Requires: policycoreutils-python
69+
# Required to fetch leapp data
70+
Requires: python-requests
6971
%else ## RHEL 8 dependencies ##
7072
# Requires: systemd-container
7173
%endif

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ pyudev==0.22.0
1010
distro==1.5.0
1111
ipaddress==1.0.23
1212
git+https://github.com/oamg/leapp
13+
requests

0 commit comments

Comments
 (0)