diff options
| author | Jeremy BĂcha <jbicha@debian.org> | 2025-11-14 17:49:08 -0500 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-11-17 19:56:26 +0100 |
| commit | 360cce81b91ac1d02cc3dc1a4785348f52318697 (patch) | |
| tree | 5a03fad62edcc1a91db61402c80905c899b79893 /debian/control | |
| parent | b55184364d11ee255655fdc578a9931f15b39fd2 (diff) | |
Remove unnecessary Build-Depends: gir1.2-girepository-2.0
NetworkManager does not explicitly import GIRepository since 1.54.0 This reverts commit d864c0c29fc5fcceb3d46c4822d07c0e55fb89cd
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a62f3961..1c29c105 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,6 @@ Build-Depends: debhelper-compat (= 13), libsystemd-dev (>= 209), libudev-dev (>= 175), gir1.2-gio-2.0-dev, - gir1.2-girepository-2.0, gobject-introspection, python3-gi, libpsl-dev (>= 0.1), |