aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-02-05 22:52:19 +0600
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-02-05 22:52:22 +0600
commit77a1bf66e6325b09d2c2e50e2e40d8f4f435811d (patch)
treee4b4e98645476bc0f449a435497e1be5eaf2d405
parent37a5b70195ee6db0e415b0ca4dbda6ce30e31a34 (diff)
fixup: debian: remove unneeded dependency libdbd-sqlite3
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 68bd475..5da3a4f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Homepage: https://projects.osmocom.org/projects/osmo-hlr
Package: osmo-hlr
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-sqlite3
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmocom Home Location Register
OsmoHLR is a Osmocom implementation of HLR (Home Location Registrar) which works over GSUP
protocol. The subscribers are store in sqlite DB. It supports both 2G and 3G authentication.