On 01/10/2018 20:17, Matthew Brett wrote:
Hi,
...............

in OSX and the same for manylinux. I think that's related to changes in 
"multibuild/supported_wheels.py" intended to address wheel
0.32.0 :(

Thanks for the report.  I think that's fixed now, in the `devel`
branch of multibuild.

Nathaniel just merged the PR to Manylinux, so I think there is no
longer any need to pinning the wheel version (doesn't need pinning on
Mac, already pinned on Manylinux).


I confirm that for reportlab builds at least

      - BUILD_DEPENDS="wheel==0.31.1"
      - TEST_DEPENDS="pillow wheel==0.31.1"

works for 2.7,3.4-3.7 manylinux i686 x86_64 and OSX as does removing 
'wheel==0.31.1' (no pinning)

If I try pinning like this

      - BUILD_DEPENDS="wheel==0.32.0"
      - TEST_DEPENDS="pillow wheel==0.32.0"

than I get failures in the manylinux 3.6 builds (auditwheel ImportError: cannot import name 'open_for_csv') I think that's expected from auditwheel as it seems not to be behind the wheel :)
--
Robin Becker
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/mm3/archives/list/distutils-sig@python.org/message/W37VK5IW3KSYBZYCKZLAKCUJDNUEBQOH/

Reply via email to