Skip to content

Commit 1ce52f9

Browse files
committed
setup.py: Drop unused dependency on "mock"
This is only used for tests, which is handled elsewhere.
1 parent ecad68c commit 1ce52f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
'license' : 'GPLv3+',
2727
'install_requires': [
2828
'docopt',
29-
'mock',
3029
'kiwi>=9.23.0'
3130
],
3231
'packages': ['kiwi_stackbuild_plugin'],

0 commit comments

Comments
 (0)