[python-bugzilla] [BUG] UserWarning: Unknown distribution option: 'install_requires'

Arun Babu Neelicattu abn at redhat.com
Sat Nov 15 03:16:06 UTC 2014


Hey Jani,

See [1]. This is expected when building without pip.

-arun

[1] https://lists.fedorahosted.org/pipermail/python-bugzilla/2014-September/000311.html

----- Original Message -----
> From: "Jani Nikula" <jani.nikula at intel.com>
> To: python-bugzilla at lists.fedorahosted.org
> Cc: "Arun Babu Neelicattu" <abn at redhat.com>, "Jani Nikula" <jani.nikula at intel.com>
> Sent: Friday, November 14, 2014 8:20:01 PM
> Subject: [BUG] UserWarning: Unknown distribution option: 'install_requires'
> 
> 
> Building or installing the command-line client with python 2.7.8 leads
> to the warning:
> 
> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution
> option: 'install_requires'
>   warnings.warn(msg)
> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution
> option: 'tests_require'
>   warnings.warn(msg)
> 
> I've bisected this to
> 
> commit 768b529c4f20059946be297438404735bd3ff4c2
> Author: Arun Babu Neelicattu <abn at redhat.com>
> Date:   Tue Sep 16 08:17:08 2014 +1000
> 
>     Handle requirements in setup.py
> 
> and confirmed that reverting the commit from current master fixes the
> issue.
> 
> BR,
> Jani.
> 
> --
> Jani Nikula, Intel Open Source Technology Center
> 


More information about the python-bugzilla mailing list