fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/python/osmo-python-tests/+/41052?usp=email )
Change subject: debian: python3-osmopy-utils does not need python3-treq ......................................................................
debian: python3-osmopy-utils does not need python3-treq
This module is only used by scripts/{ctrl2cgi.py,soap.py}, which have been deprecated and are no longer part of the package.
Change-Id: I8a36109de244efaaa40bf5ac309bd5061cf0596d Fixes: 36cfd17 ("setup.py: do not install scripts/{soap,ctrl2cgi}.py") --- M debian/control 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/52/41052/1
diff --git a/debian/control b/debian/control index c6bd48f..e02fd77 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@
Package: python3-osmopy-utils Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, python3-twisted, python3-treq, python3-aiohttp +Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, python3-twisted, python3-aiohttp Description: Python code (not only) for testing of Osmocom programs . This package contains the Python 3 version of osmopy utils.