Skip to content

Commit 4b6dcda

Browse files
committed
Reduced redondancy in the dependencies. Refs #145
1 parent 191f08b commit 4b6dcda

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

psconfig/perfsonar-psconfig/unibuild-packaging/deb/control

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Description: pSConfig library
2222
Package: perfsonar-psconfig-pscheduler
2323
Architecture: all
2424
Depends: python3, ${misc:Depends}, python3-perfsonar-psconfig,
25-
python3-pyinotify, perfsonar-common, perfsonar-psconfig-utils
25+
python3-pyinotify, perfsonar-psconfig-utils
2626
Description: pSConfig pScheduler Agent
2727
The pSConfig pScheduler Agent downloads a centralized JSON file
2828
describing the tests to run, and uses it to generate appropriate
@@ -31,15 +31,15 @@ Description: pSConfig pScheduler Agent
3131
Package: perfsonar-psconfig-grafana
3232
Architecture: all
3333
Depends: python3, ${misc:Depends}, python3-perfsonar-psconfig,
34-
python3-pyinotify, python3-jinja2, perfsonar-common, perfsonar-psconfig-utils
34+
python3-pyinotify, python3-jinja2, perfsonar-psconfig-utils
3535
Description: pSConfig Grafana Agent
3636
The pSConfig Grafana Agent downloads a centralized JSON file
3737
describing the tests to run, and uses it to generate Grafana dashboards.
3838

3939
Package: perfsonar-psconfig-hostmetrics
4040
Architecture: all
4141
Depends: python3, ${misc:Depends}, python3-perfsonar-psconfig,
42-
python3-pyinotify, python3-jinja2, perfsonar-common, perfsonar-psconfig-utils
42+
python3-pyinotify, python3-jinja2, perfsonar-psconfig-utils
4343
Description: pSConfig Host Metrics Agent
4444
The pSConfig Host Metrucs Agent downloads a centralized JSON file
4545
describing the tests to run, and uses it to generate a configuration
@@ -54,7 +54,7 @@ Description: pSConfig Utilities
5454

5555
Package: perfsonar-psconfig-publisher
5656
Architecture: all
57-
Depends: ${misc:Depends}, python3, perfsonar-common,
57+
Depends: ${misc:Depends}, python3,
5858
perfsonar-psconfig-utils (= ${binary:Version}), openssl, apache2, apache2-ssl-dev
5959
Description: pSConfig pScheduler Agent
6060
Downloads a centralized JSON file describing the tests to run,

psconfig/perfsonar-psconfig/unibuild-packaging/rpm/perfsonar-psconfig.spec

-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ The perfSONAR pSConfig python libraries
7474
Summary: pSConfig pScheduler Agent
7575
Requires: %{_python}-perfsonar-psconfig
7676
Requires: %{_python}-inotify
77-
Requires: perfsonar-common
7877
Requires: perfsonar-psconfig-utils = %{version}-%{release}
7978
%{?systemd_requires: %systemd_requires}
8079
Requires: selinux-policy-%{selinuxtype}
@@ -91,7 +90,6 @@ Summary: pSConfig pScheduler Agent
9190
Requires: %{_python}-perfsonar-psconfig
9291
Requires: %{_python}-inotify
9392
Requires: %{_python}-jinja2
94-
Requires: perfsonar-common
9593
Requires: perfsonar-psconfig-utils = %{version}-%{release}
9694
%{?systemd_requires: %systemd_requires}
9795
Requires: selinux-policy-%{selinuxtype}
@@ -106,7 +104,6 @@ describing the tests to run, and uses it to generate Grafana dashboards.
106104
%package hostmetrics
107105
Summary: pSConfig Host Metrics Agent
108106
Requires: %{_python}-inotify
109-
Requires: perfsonar-common
110107
Requires: %{_python}-jinja2
111108
Requires: perfsonar-psconfig-utils = %{version}-%{release}
112109
%{?systemd_requires: %systemd_requires}

0 commit comments

Comments
 (0)