[git-buildpackage] [PATCH] setup.py: require dateutil

Ken Dreyer kdreyer at redhat.com
Wed Jul 5 18:05:42 CEST 2017


What do you think if we renamed the kwarg from "requires" to
"install_requires" ? Then the dependencies would automatically install
during "python setup.py install" in a virtualenv.

I can't tell exactly what the plain "requires" kwarg does.



On Tue, Jul 4, 2017 at 10:47 AM, Guido Günther <agx at sigxcpu.org> wrote:
> On Tue, Jul 04, 2017 at 06:23:50AM -0600, Ken Dreyer wrote:
>> On Tue, Jul 4, 2017 at 1:45 AM, Guido Günther <agx at sigxcpu.org> wrote:
>> >
>> > While the package is called python-dateutil the module is called
>> > dateutil. Fixed in master.
>>
>> Please accept my apologies for not testing this fully before sending!
>>
>> I wasn't familiar with the differences in setuptools' setup()
>> "requires" vs "install_requires" kwargs.
>
> No worries I should have tested better before pushing.
>  -- Guido


More information about the git-buildpackage mailing list