Reviewed: https://review.openstack.org/473721 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8e8f721f6ff615bf43f8563e8940e4d46388c0e7 Submitter: Jenkins Branch: master
commit 8e8f721f6ff615bf43f8563e8940e4d46388c0e7 Author: Akihiro Motoki <[email protected]> Date: Tue Jun 13 07:29:39 2017 +0000 Add libffi-dev to bindep.txt libffi-dev is required to install cffi and PyNaCL from tarballs. cffi is installed from requirements.txt, so 'test' profile is not specified. We usual use wheel packages when installing python packages, but tarball is sometimes used, for example, when a new version is uploaded. I think it is worth adding it to bindep.txt to avoid accidental gate failure. Closes-Bug: #1697613 Change-Id: I4800c9f213fa5c8f28c8603e022264e6aa139090 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1697613 Title: libffi-dev is missing in bindep.txt Status in neutron: Fix Released Bug description: When installing PyNaCL (required via paramiko by tempest) from tarball, libffi-dev is required. When a wheel package is not available, the installation fails. http://logs.openstack.org/93/473393/1/check/gate-neutron-pep8-ubuntu- xenial/7c9aed9/console.html#_2017-06-13_00_45_02_298561 This also happens for cffi (required by oslo.privsep). To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1697613/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

