Skip to content

Commit 5d0fac9

Browse files
committed
Drop osmopy/twisted_ipa.py and scripts/{ctrl2cgi.py,soap.py}
scripts/{ctrl2cgi.py,soap.py} have been deprecated and scheduled for removal back in 2019. These scripts have been replaced by scripts/osmo_trap2cgi.py, which no longer needs Twisted. Change-Id: I848f60270dd683a56f56117c328d9961ac678d4b Related: 684388f ("Add initial version of asyncio trap2cgi script") Related: 7230f68 ("Mark soap.py as deprecated")
1 parent 0b462e8 commit 5d0fac9

6 files changed

Lines changed: 1 addition & 691 deletions

File tree

README

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ depending on your python version.
1515
Use:
1616
There are currently following scripts in this package:
1717
osmotestconfig.py - test that apps start/write with example configs
18-
soap.py - implementation of SOAP <-> Ctrl proxy implemented on top of Twisted (deprecated, unmaintained)
19-
ctrl2cgi.py - implementation of CGI <-> Ctrl proxy implemented on top of Twisted (deprecated, unmaintained)
2018
osmo_trap2cgi.py - implementation of CGI <-> Ctrl proxy implemented on top of asyncio and aiohttp
2119
osmo_rate_ctr2csv.py - rate counter dumper on top of osmo_ipa
2220
osmo_interact_vty.py - pipe stdin/stdout to a VTY session

contrib/systemd/osmo-ctrl2cgi.service

Lines changed: 0 additions & 13 deletions
This file was deleted.

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Description: Python code (not only) for testing of Osmocom programs
1717

1818
Package: python3-osmopy-utils
1919
Architecture: all
20-
Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, python3-twisted, python3-aiohttp
20+
Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, python3-aiohttp
2121
Description: Python code (not only) for testing of Osmocom programs
2222
.
2323
This package contains the Python 3 version of osmopy utils.

0 commit comments

Comments
 (0)