osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-remsim/+/30519 )
Change subject: packaging: osmo-remsim-apitool needs py3-requests
......................................................................
packaging: osmo-remsim-apitool needs py3-requests
Related: OS#5817
Change-Id: I3b8f86b03aee145e0b0faf0394ab641666710bea
---
M contrib/osmo-remsim.spec.in
M debian/control
2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/19/30519/1
diff --git a/contrib/osmo-remsim.spec.in b/contrib/osmo-remsim.spec.in
index 0245577..7c67b12 100644
--- a/contrib/osmo-remsim.spec.in
+++ b/contrib/osmo-remsim.spec.in
@@ -100,6 +100,7 @@
License: GPL-2.0-or-later
Group: Productivity/Telephony/Servers
Requires: python3
+Requires: python3-requests
%description -n osmo-remsim-apitool
This is a small python tool for generating API requests to remsim-server,
diff --git a/debian/control b/debian/control
index a9e2e56..6f424b9 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,7 @@
Package: osmo-remsim-apitool
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, python3
+Depends: ${misc:Depends}, python3, python3-requests
Description: Osmocom Remote SIM - API tool for server
This is a small python tool for generating API requests to remsim-server,
which can be used by the system administrator to introspect and/or modify
--
To view, visit
https://gerrit.osmocom.org/c/osmo-remsim/+/30519
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I3b8f86b03aee145e0b0faf0394ab641666710bea
Gerrit-Change-Number: 30519
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange