Skip to content

Commit 70c90bf

Browse files
stanislavlevinsimo5
authored andcommitted
tests: Require python3-devel
python3-devel is required to build python-gssapi within virtualenv. Signed-off-by: Stanislav Levin <slev@altlinux.org>
1 parent fcf9d4d commit 70c90bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ elif [ -f /etc/fedora-release ]; then
1515
dnf -y install $COMPILER python3-{gssapi,requests{,-gssapi},flake8} \
1616
krb5-{server,workstation,pkinit} curl libfaketime \
1717
{httpd,krb5,openssl,gssntlmssp}-devel {socket,nss}_wrapper \
18-
autoconf automake libtool which bison make python3 \
18+
autoconf automake libtool which bison make python3 python3-devel \
1919
flex mod_session redhat-rpm-config /usr/bin/virtualenv
2020
else
2121
echo "Distro not found!"

0 commit comments

Comments
 (0)