[PKG-Openstack-devel] [PATCH] Remove mock as a dependency

gyorgy.kiss at oneidentity.com gyorgy.kiss at oneidentity.com
Thu Sep 27 11:34:48 BST 2018


From: Kiss György <gyorgy.kiss at oneidentity.com>

python-mock is not a runtime dependecy, it only needed in build to to run tests,
so it can safely be removed. python3-jsonschema has no dependency for it.
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index ae5ad03..320bca5 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,6 @@ Package: python-jsonschema
 Architecture: all
 Depends:
  python-functools32,
- python-mock,
  python3-pkg-resources,
  ${misc:Depends},
  ${python:Depends},
-- 
2.17.1




More information about the Openstack-devel mailing list