1
0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-09-15 13:21:15 +08:00

Create dependency package on RPM distros

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König
2024-09-29 19:26:19 +02:00
parent fd5b3be03f
commit f08c54e166
2 changed files with 82 additions and 10 deletions

View File

@ -532,4 +532,3 @@ def test_package_manager_has_pihole_deps(host):
assert "No package" not in output.stdout
assert output.rc == 0