On 29 June 2015 at 23:56, Doug Hellmann <d...@doughellmann.com> wrote:


>> I think we should do three things:
>>  - error if universal builds are requested and python versioned
>> requirements files are present.

> That may break some of the Oslo stable libs, since not all of them were
> ready for Python 3 last cycle, and certainly not before. Have you done
> any analysis to find those libs so we can get patches ready
> preemptively?
>
> Doug

So if that breaks them, they must have:
[wheel]
universal = 1
in their setup.cfg

*and*
they must have [test-]requirements[-pyN].txt rather than just requirements.txt.

If they have that, they are broken already: installing them on python3
will install the wrong dependencies.

I haven't done a system wide grep for that no.

-Rob

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to