From a7eda7f113a6a8a1c26efb4d385ef0f47d621d49 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Mon, 4 Feb 2019 15:33:06 +0100 Subject: [PATCH] osmo-trap2cgi: Fix script installation and dependencies * Install systemd file with debian * Depend on python3-aiohttp in python3-osmopy-utils as it is required for osmo-trap2cgi Related: SYS#4399 Sponsored-by: On-Waves ehf Change-Id: I6add5f37b63dd5fcfdefe0459b539e0050d03897 --- debian/control | 2 +- debian/python3-osmopy-utils.osmo-trap2cgi.service | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 debian/python3-osmopy-utils.osmo-trap2cgi.service diff --git a/debian/control b/debian/control index 8bea167..52b614c 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Description: Python code (not only) for testing of Osmocom programs Package: python3-osmopy-utils Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, python3-twisted, python3-treq +Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, python3-twisted, python3-treq, python3-aiohttp Description: Python code (not only) for testing of Osmocom programs . This package contains the Python 3 version of osmopy utils. diff --git a/debian/python3-osmopy-utils.osmo-trap2cgi.service b/debian/python3-osmopy-utils.osmo-trap2cgi.service new file mode 120000 index 0000000..f1cd169 --- /dev/null +++ b/debian/python3-osmopy-utils.osmo-trap2cgi.service @@ -0,0 +1 @@ +../contrib/systemd/osmo-trap2cgi.service \ No newline at end of file