Skip to content

Commit 3212838

Browse files
committed
build: Check if pywsman is installed
1 parent 04d1b41 commit 3212838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ AC_PYTHON_MODULE(suds, 1)
163163
AC_PYTHON_MODULE(pexpect, 1)
164164
AC_PYTHON_MODULE(pycurl, 1)
165165
AC_PYTHON_MODULE(requests, 1)
166+
AC_PYTHON_MODULE(pywsman, 1)
166167

167168
## path to 3rd-party binaries
168169
AC_PATH_PROG([IPMITOOL_PATH], [ipmitool], [/usr/bin/ipmitool])

0 commit comments

Comments
 (0)