#2538 Add more BuildRequires
Closed: Fixed None Opened 12 years ago by rcritten.

Endi reported some missing BuildRequires as reported by make-lint.

We need to add python-lxml and python-pyasn1.

./make-lint 
ipaserver/plugins/dogtag.py:239: [F0401] Unable to import 'lxml'
ipaserver/install/krbinstance.py:45: [F0401] Unable to import 'pyasn1.type'
ipaserver/install/krbinstance.py:46: [F0401] Unable to import 'pyasn1.codec.ber.encoder'
ipaserver/install/krbinstance.py:47: [F0401] Unable to import 'pyasn1.codec.ber.decoder'

===============================================================================
Errors were found during the static code check.

There are some missing imports:
    'lxml'
    'pyasn1.codec.ber.decoder'
    'pyasn1.codec.ber.encoder'
    'pyasn1.type'

Please make sure all of the required and optional (python-krbV, python-rhsm)
python packages are installed.

If you are certain that any of the reported errors are false positives, please
mark them in the source code according to the pylint documentation.
===============================================================================

make: *** [lint] Error 1

Metadata Update from @rcritten:
- Issue assigned to pviktori
- Issue set to the milestone: FreeIPA 2.2 Core Effort - 2012/03

7 years ago

Login to comment on this ticket.

Metadata