fixeria has submitted this change. ( https://gerrit.osmocom.org/c/python/osmo-python-tests/+/32928 )
Change subject: setup.py: do not install scripts/{soap,ctrl2cgi}.py ......................................................................
setup.py: do not install scripts/{soap,ctrl2cgi}.py
These scripts have been deprecated and are not maintained anymore.
Change-Id: Iffe8f752793127077f25df13167ccc5190e54ff6 --- M setup.py 1 file changed, 11 insertions(+), 2 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/setup.py b/setup.py index 301420a..3818dd7 100755 --- a/setup.py +++ b/setup.py @@ -25,8 +25,6 @@ "scripts/osmotestconfig.py", "scripts/osmo_ctrl.py", "scripts/osmo_rate_ctr2csv.py", - "scripts/soap.py", - "scripts/ctrl2cgi.py", "scripts/osmo_trap2cgi.py", "scripts/osmo_interact_vty.py", "scripts/osmo_interact_ctrl.py",