summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsOpenStack Jenkins2014-02-241-1/+1
| | | | Change-Id: I2da7f761a0582e8d2be7aaaf0ca55d119f800fbc
* Replace setuptools_git with a smarter approachMonty Taylor2013-08-041-1/+0
| | | | | | | | | | | | | | | | | Implement a local egg_info command that only re-generates the SOURCES.txt file when we need to. That is: - If there is no SOURCES.txt, make one - If we have run the sdist command, make one Otherwise, leave well enough alone. Also, skip doing any git processing if SKIP_GIT_SDIST is specified. This should mean that consumers of our tarballs should not get screwed by the need to inject git processing into the sdist. Change-Id: I163b1c153d030e79b120600a2890edeb49e1fa90
* We force installs via pip, we should declare itMonty Taylor2013-07-211-0/+1
| | | | | | | | | | | pbr contains code that very explicitly uses pip, which means that pip is a requirement. Note to packagers: it is possible to skip uses of pip, meaning that you can totally use pbr-based things without needing to have them pip install things. Change-Id: Ifa472f344489295a5b8a1910bff2672087653547
* Clean up hacking and path issues with d2to1Monty Taylor2013-07-111-1/+0
| | | | | | | We imported in another code base. It takes a little bit of path adjusting to get things right. Change-Id: Ifb96652c822d5d243a6bedb77bc34e919be2d3a8
* Move testrepository to test-requirements.txt.Dan Prince2013-06-181-1/+0
| | | | | | Fixes LP Bug #1192272. Change-Id: I42c3e89bab6539b949a27bcaf07c6579081624af
* Merge "Make python setup.py test do the right thing."Jenkins2013-06-181-0/+1
|\
| * Make python setup.py test do the right thing.Monty Taylor2013-06-171-0/+1
| | | | | | | | | | | | | | As a step towards a common interface to running tests even when we're not in the virtualenv - make python setup.py test actually be useful. Change-Id: I8e4bc9bb78be37b4d13f8d6c2edfe2d67554ad78
* | Remove explicit depend on distribute.0.5.16Monty Taylor2013-06-111-1/+0
|/ | | | | | | | | | | | Things in the world are moving towards setuptools 0.7, and there is not a path between distribute and setuptools. Our explicit dependency on setuptools is causing us to have to write patches to try to jump through additional hoops to get it to install in the right contexts. Fixes bug 1189941 Change-Id: Id7a749c02203100dab52160a551d3548c8a48fd6
* Use pip instead of easy_install for installation.Monty Taylor2013-06-101-1/+1
| | | | | | | | | If we're running the installation of dependencies for installation ourselves anyway - just use pip and be done with it. This means that our requirements will get installed consistently regardless of whether we're using pip, python setup.py install or a tox environment. Change-Id: If92557a33a76553ad36bd136fa87780857a894b1
* Remove jinja pin.0.5.140.5.13Monty Taylor2013-06-061-1/+0
| | | | Change-Id: Id5154c120aad2b12ebbc2963466b0d3e961e56db
* More python3 compatibility.Clark Boylan2013-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | * pbr/packaging.py: Properly convert bytes into unicode strings and back to bytes again. Replace os.path.walk() with os.walk(). * pbr/tests/__init__.py: Remove use of mox. * pbr/tests/moxstubout.py: Remove use of mox. * pbr/tests/test_setup.py: Use bytestrings instead of str or unicode when performing IO. * pbr/tests/test_version.py: Remove use of oslo.config. * requirements.txt: Pin jinja2 to version compatible with python3.2. * test-requirements.txt: Remove oslo.config and mox. Change-Id: I9b5a32d7204fa2af56ecf4fdcf6b6da3bbb03200
* Update to d2to1 0.2.10.Monty Taylor2013-05-061-0/+1
| | | | | | | | | | | | We fixed a string bug upstream which was released, and also added some additional backwards_compat options. Change-Id: I636a47952a90e6e0df864dbdc9243b77eeb6d77e Reviewed-on: https://review.openstack.org/26968 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
* Move sphinx to test-reuqirements.Monty Taylor2013-03-121-1/+0
| | | | Change-Id: I15ffeec34cdf9be24ffade5701b8e723aaaa171c
* Lower distribute requirement - it's too extreme.Monty Taylor2013-03-101-1/+1
| | | | Change-Id: I684577d0c9f92a3a09f53b38ee03ddd4124324c4
* Remove sex requirement, since it's in extern.Monty Taylor2013-03-101-1/+0
| | | | Change-Id: I399d88c73d0279e8fe0f7c51412fa35631eee7f1
* Split out oslo.packaging.Monty Taylor2013-03-101-0/+4
Include logic taken from d2to1 to allow us to inject into setup.py. Combined with ols openstack/common/setup.py code. Change-Id: I27b341403bb8245e38f8e3c386f1a835b90b1843