summaryrefslogtreecommitdiff
path: root/open-source-lorries/python-packages.lorry
Commit message (Collapse)AuthorAgeFilesLines
* Add 'wheel' Python packagesam/add-wheelSam Thursfield2017-06-291-0/+4
| | | | This is a build-time dependency of the ruamel.std.argparse package.
* Add 'blessings' Python packagesam/add-blessingsSam Thursfield2017-06-291-0/+4
| | | | This is another dependency of BuildStream which I forgot about.
* Add BuildStream and its dependenciesSam Thursfield2017-06-281-0/+28
|
* Add yoyo's dependencies to python-packagesBen Brown2016-06-221-0/+8
| | | | Change-Id: I4ab0dd566f68ae6c72118cacf65c6e59e3ca88cc
* Add yoyo to python-packagesBen Brown2016-06-171-0/+4
| | | | Change-Id: Idc374da5bd3208679440b1b14f41e33b522f33c9
* Add python-gitlab to python-packagesBen Brown2016-04-181-0/+4
| | | | | | python-gitlab is a wrapper for the GitLab API. Change-Id: If8bd0127defce1f172f0297223412931457e1557
* Add python-systemd lorryPedro Alvarez2016-03-021-0/+4
| | | | Change-Id: I942677625588a002fa4543c133df15bd4c799ddf
* Adding python isodate to python-packages lorry fileTristan Van Berkom2015-12-191-0/+4
| | | | Change-Id: I90bd2ee5e70a370416630e19966065d9b01713b1
* Fix ruamel.yaml lorry (had wrong URL)Sam Thursfield2015-07-161-1/+1
| | | | Change-Id: Iddd6b1c631100bcd509bb08de28620cb2cacd322
* Lorry RDFLibSam Thursfield2015-07-091-0/+4
| | | | | | | | | | | This is a Python library for working with data according to the W3C standard Resource Description Framework (RDF). I am currently looking at formally describing the Baserock data model, and it is handy to be able to write Python tools using RDFLib as part of this. Change-Id: I307d89a14f38e2a416accbe8b805e64f2af5f6af
* Lorry appdirsTiago Gomes2015-06-191-0/+4
| | | | | | It is required by os-client-config Change-Id: I6130c94911a427e92fa4253a3002990bdd6828e0
* Add tablibTiago Gomes2015-06-181-0/+4
| | | | Change-Id: I8e832e3cfd15eeb0b67316c449d5f91963af8313
* Lorry the OpenStack unified CLI client and its dependencyTiago Gomes2015-06-181-0/+4
| | | | Change-Id: I87b872419d5645263f9ed28d140785331c6aff16
* Add lorries for rdiff-backup.Michael Drake2015-06-171-0/+5
| | | | Change-Id: Icd1582a5b912c4043a1138767bb42cb25e8207bd
* Add ruamel.yaml YAML parserSam Thursfield2015-06-051-0/+4
| | | | | | This is a fork of py.yaml that preserves ordering and comments. Change-Id: I811b8bfdbb86df4580562acc8e824a6bb107851e
* Add python-requests-aws lorryFrancisco Redondo Marchena2015-05-271-0/+4
| | | | | | | | | | AWS authentication for Amazon S3 for python request library. This is required by Ceilometer because on https://bugs.launchpad.net/ceilometer/+bug/1424746 they suggest to use this package as a requirement for fixing the bug. Change-Id: Ic5d4d632a692ba8b1046ba2c7aaf0a7d99bfe1ae
* Add pelican, and its deps.Michael Drake2015-05-181-0/+16
| | | | | | | Pelican has a nice git repo with version tags. For the other two, the pypi package tarball is used. Change-Id: Idc0b8db9512fc5e0f5619b8cad1dca45a88f10b2
* Add lorries needed for OpenStack Kilo 2015.1.0Pedro Alvarez2015-05-151-3/+27
| | | | | | | | | | | | | | | | | | | | - oslo-concurrency - oslo-context - oslo-db - oslo-middleware - aioeventlet - trollius - oslo-policy - semantic-version - cmd2 (the official upstream) - kafka-python - werkzeug - pint - xstatic-angular-lrdragndrop - xstatic-magic-search - xstatic-termjs Change-Id: I3e346dfb6a72bfe5df9a849147c13ff92e4c54e8
* Fix JSON error in python-packages.lorryPedro Alvarez2015-05-131-1/+1
| | | | Change-Id: I737f9348a05bcd362d02bdeea32679d212adc494
* Add new dependencies for the Kilo release of OpenStackTiago Gomes2015-05-081-2/+9
| | | | Change-Id: I856124e4a6563b7fd408882142fc7d18234dd295
* Add iscsi tools lorry filesFrancisco Redondo Marchena2015-04-071-0/+12
| | | | | | | | | | | | | open-iscsi is an implementation of the RFC3720 iSCSI required by openstack to manage volumes (Cinder). targetcli-fb is a command-line interface for configuring the LIO generic SCSI target. This fork of targetcli is required to keep compatibility with rtslib-fb which is a cinder dependency. configshell-fb is a build time dependency of targetcli-fb urwid is a runtime dependency of configshell-fb Change-Id: Ie0f791a18b53789b468d07a73c644ac3a6cfe130
* add pyserial and testresources dependancies of tempestMike Smith2015-03-301-0/+14
| | | | Change-Id: I484be79f33045e0a851aa7add2f2c2653d8c0594
* Add pysendfileTiago Gomes2015-03-251-0/+4
| | | | | | It is needed for the OpenStack Ironic service. Change-Id: I773a22fed77abda27f3e2e8302f0cd45b3996f0b
* add mocker, a python testing tool.Mike Smith2015-03-241-0/+4
| | | | Change-Id: I5cbac201109621cb22dadbf351350a85b3e60b2e
* add pymox to lorryMike Smith2015-03-191-0/+4
| | | | Change-Id: I9cbb6dfcf2781f481b65b93244ffcc08096ec893
* Add singledispatch Python modulebaserock/tiagogomes/singledispatchTiago Gomes2015-03-121-0/+4
| | | | It is required for the OpenStack Ironic service.
* Add pygerrit to python-packagesSam Thursfield2015-03-101-0/+4
| | | | | This is a Python wrapper library for the Gerrit REST API. It's used the by ansible-gerrit modules.
* Fix tooz lorry url, the repo has been movedPedro Alvarez2015-02-111-1/+1
|
* Add mod_wsgi and psutils python packagesFrancisco Redondo Marchena2015-02-091-0/+12
|
* Add django, some django utils and its dependenciesFrancisco Redondo Marchena2015-02-061-0/+20
|
* Remove "strip" field from lorry filesjjardon/cleanupJavier Jardón2015-02-041-1/+0
| | | | Its not needed anymore
* Remove "compression" field from lorry filesJavier Jardón2015-02-041-3/+0
| | | | Its not needed anymore
* Add python-memcached lorrybaserock/franred/add-python-postgres-and-memcached-adaptersFrancisco Redondo Marchena2015-02-021-0/+4
|
* Fix psycopg repositoryFrancisco Redondo Marchena2015-02-021-1/+1
| | | | The previous link was pointed to a Windows python-postgresql adapter.
* Add virtualenv to python-packagesRichard Ipsum2015-01-291-0/+4
|
* Add lorry for pylruAdam Coldrick2015-01-221-0/+4
|
* Update tarball for python-daemonAdam Coldrick2014-12-091-1/+1
|
* Lorry python-magic for turbo-hipsterAdam Coldrick2014-12-091-0/+4
|
* Lorry the python packages Zuul depends onAdam Coldrick2014-12-081-0/+42
|
* Fix lockfile.git repositoryFrancisco Redondo Marchena2014-12-081-1/+1
| | | | | The pylockfile library has been adopted by the OpenStack Oslo program, and development is now managed using our regular tool chain.
* Add librabbitmq and rabbitmq-cFrancisco Redondo Marchena2014-11-181-0/+12
| | | | Also add a fork of rabbitmq-c which is a submodule of librabbitmq.
* Add several repositories which are dependencies for openstack python packagesFrancisco Redondo Marchena2014-10-241-0/+121
|
* Sort python-packages.lorry by name and remove wrong and duplicated lorryFrancisco Redondo Marchena2014-10-241-32/+28
| | | | | sqalchemy-migrate contained a typo and sqlachemy-migrate is being lorried correctly.
* Add Python 'requests-cache' packageSam Thursfield2014-10-211-0/+4
| | | | | This is used by one of the importer extensions in the Baserock Import tool.
* Add Python 'ansicolor' packageSam Thursfield2014-10-211-0/+4
| | | | This is used by the Baserock Import tool.
* Add sqlparse to the python packagesFrancisco Redondo Marchena2014-10-091-0/+4
|
* Add a new python decoratorFrancisco Redondo Marchena2014-10-091-0/+4
|
* Strip out duplicate lorriesRichard Maw2014-10-071-16/+0
|
* Lorry more openstack dependencies.Mark Doffman2014-10-071-0/+40
| | | | | Packages missing from initial openstack dependencies that were needed upon testing.
* Add more lorry files needed for OpenStackPedro Alvarez2014-10-021-0/+8
|