Skip to content

Commit 2453090

Browse files
committed
chg: dev: remove deprecated pygtail dependencies from pyserv files
Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
1 parent 3133859 commit 2453090

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pyserv.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
dnf install -y \
8080
https://github.com/VCTLabs/el9-rpm-toolbox/releases/download/py3tftp-1.3.0/python3-py3tftp-1.3.0-1.el9.noarch.rpm \
8181
https://github.com/VCTLabs/el9-rpm-toolbox/releases/download/picotui-1.2.3.1/python3-picotui-1.2.3.1-1.el9.noarch.rpm \
82-
https://github.com/VCTLabs/el9-rpm-toolbox/releases/download/pygtail-0.14.0.2/python3-pygtail-0.14.0.2-1.el9.noarch.rpm \
8382
https://github.com/VCTLabs/el9-rpm-toolbox/releases/download/tftpy-0.8.6.1/python3-tftpy-0.8.6.1-1.el9.noarch.rpm \
8483
https://github.com/VCTLabs/el9-rpm-toolbox/releases/download/daemonizer-1.1.3/python3-daemonizer-1.1.3-1.el9.noarch.rpm \
8584
https://github.com/VCTLabs/el9-rpm-toolbox/releases/download/logwatcher-0.5.4/python3-logwatcher-0.5.4-1.el9.noarch.rpm

specs/python-pyserv.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ BuildRequires: python%{python3_pkgversion}dist(daemonizer)
3535
BuildRequires: python%{python3_pkgversion}dist(logwatcher)
3636
BuildRequires: python%{python3_pkgversion}dist(tftpy)
3737
BuildRequires: python%{python3_pkgversion}dist(picotui)
38-
BuildRequires: python%{python3_pkgversion}dist(pygtail)
3938
BuildRequires: python%{python3_pkgversion}dist(platformdirs)
4039
BuildRequires: python%{python3_pkgversion}-scapy
4140
%if %{with tests}

0 commit comments

Comments
 (0)