commit | a738350d00b3171a1cbf0a749381b1ac36b4b7f8 | [log] [tgz] |
---|---|---|
author | Anthony Wilson <wilsonan@us.ibm.com> | Sun Jan 27 20:44:53 2019 -0600 |
committer | Anthony Wilson <wilsonan@us.ibm.com> | Sun Jan 27 20:44:53 2019 -0600 |
tree | 5690144a181e5bb8065552c784244eaf125d77e7 | |
parent | e32e33784a1883ee4528b17617df14f3114b0f5e [diff] [blame] |
skeleton: Remove obmcutil In the effort to remove python from the bmc, obmcutil has been rewritten in 'sh' and moved to phosphor-state-manager. Change-Id: I39dd0e09fada7c7036b14316376e451ae3e2d330 Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
diff --git a/pytools/setup.py b/pytools/setup.py index 2736366..673bd3b 100644 --- a/pytools/setup.py +++ b/pytools/setup.py
@@ -2,5 +2,5 @@ setup(name='pytools', version='1.0', - scripts=['obmcutil', 'gpioutil'], + scripts=['gpioutil'], )