Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules'

2017-10-07 Thread Ronan Lamy
r <alex.gay...@gmail.com> > *Date: *Friday, October 6, 2017 at 5:32 AM > *To: *David Callahan <dcalla...@fb.com> > *Cc: *PyPy Dev <pypy-dev@python.org> > *Subject: *Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution > option: 'cffi_modules' > > > >

Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules'

2017-10-06 Thread Maciej Fijalkowski
e snag with PyPy. > > > > From: Alex Gaynor <alex.gay...@gmail.com> > Date: Friday, October 6, 2017 at 5:32 AM > To: David Callahan <dcalla...@fb.com> > Cc: PyPy Dev <pypy-dev@python.org> > Subject: Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution

Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules'

2017-10-06 Thread David Callahan
gay...@gmail.com> Date: Friday, October 6, 2017 at 5:32 AM To: David Callahan <dcalla...@fb.com> Cc: PyPy Dev <pypy-dev@python.org> Subject: Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules' Hi David, We test cryptography against PyPy in our CI, and

Re: [pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules'

2017-10-06 Thread Alex Gaynor
Hi David, We test cryptography against PyPy in our CI, and I install it semi-regularly, so I'd expect it to work :-) Are you able to reproduce this reliably? If yes, can you include full instructions? If not: what versions of pip and setuptools do you have? Alex On Thu, Oct 5, 2017 at 8:30

[pypy-dev] dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules'

2017-10-05 Thread David Callahan
Has anyone experience building the package cryptography-1.9 using PyPy and setup.py? In the build phase I encounter this diagnostic …/python/pypy.5.8/…/lib-python/3/distutils/dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules' but the stage seems to complete without error.