summaryrefslogtreecommitdiff
path: root/bindep.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update the old http doc linksshangxiaobj2018-01-301-1/+1
| | | | | | | Update the old http doc links to the https ones according to the official OpenStack website. Change-Id: Ibf9ecbccb743d2b9a678a1ca69f0b3adc9106a12
* Revert "Add Constraints support"Tim Burke2018-01-171-1/+0
| | | | | | | | | | | | Per http://lists.openstack.org/pipermail/openstack-dev/2017-December/125348.html > For many projects, tox_install.sh is not needed at all Let's see if that holds for python-swiftclient! This reverts commit f2f278fcbec3ad52a1726bb5a3f775d13bcc99dc. Change-Id: I0462c50ec71d87bac226f83a0d0942871ef5a0e7
* Add pypy-devel for RPM-based systemsTim Burke2017-08-291-2/+3
| | | | | | | | Also, don't try to do any pypy stuff on Fedora -- apparently that's only available from the Everything repo instead of the stripped-down Server one the gate images use? I only wanted Fedora for py36 testing, anyway. Change-Id: Iba8142e4e1093cf7f7a9dcf782288364d43cb64d
* Add Constraints supportTony Breeds2016-12-271-0/+1
| | | | | | | | | | | | Adding constraints support to libraries is slightly more complex than services as the libraries themselves are listed in upper-constraints.txt which leads to errors that you can't install a specific version and a constrained version. This change adds constraints support by also adding a helper script to edit the constraints to remove python-swiftclient. Change-Id: I3947a6165eaa9f5cb62a7df4f5a2c16065da2f1d
* add pypy to the bindep "test" profileJohn Dickinson2016-09-231-2/+2
| | | | | | | | | | According to the bindep docs (http://docs.openstack.org/infra/bindep/readme.html#profiles), we can specify profiles for each entry listed. Also added a bindep env to tox.ini. Change-Id: Ifb59d3ef2934c3d72ba84b337c38bb7eb14774bb
* Move other-requirements.txt to bindep.txtAndreas Jaeger2016-08-121-0/+5
The default filename for documenting binary dependencies has been changed from "other-requirements.txt" to "bindep.txt" with the release of bindep 2.1.0. While the previous name is still supported, it will be deprecated. Move the file around to follow this change. Note that this change is self-testing, the OpenStack CI infrastructure will use a "bindep.txt" file to setup nodes for testing. For more information about bindep, see also: http://docs.openstack.org/infra/manual/drivers.html#package-requirements http://docs.openstack.org/infra/bindep/ As well as this announcement: http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html Change-Id: I384cdb39c1f65218bb5c6f76afc381c1799b623e