aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-02-04 15:33:06 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2019-02-04 15:45:23 +0100
commita7eda7f113a6a8a1c26efb4d385ef0f47d621d49 (patch)
tree502dcbc7706eb38b99fec05513be57d1aafa648c
parent684388f4e1c3fd103bac98a2bc368ceefc906415 (diff)
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
-rw-r--r--debian/control2
l---------debian/python3-osmopy-utils.osmo-trap2cgi.service1
2 files changed, 2 insertions, 1 deletions
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