Ran update-requirements in openstack/requirements.
Reverted change to python-ldap that used ;python=2.7
Change-Id: I45e4e3a0add6d50ea082d315c50a8647da71e282
And more importantly, get rid of d2to1 references.
Skipped test-requirements because of webtest and I need the d2to1 change
in.
Closes-Bug: 1233362
Change-Id: I570fed1de8b9fbef168cf1ecfc6f62ae842820e1
Add classifiers so we can eventually register the project
on PyPI to reserve the name, even though we won't release
packages there.
Change-Id: I9ef676ffd4a84cb149d7f5b6998c16c46e4181b8
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Bug: 976267
Now that git commits are gated by CLA, we shouldn't enforce
committers to add an entry in AUTHORS file. The AUTHORS file
should be generated automatically, based on git commits.
This commit fixes the problem.
* AUTHORS
Remove this file.
* .gitignore
Add AUTHORS file.
* keystone/openstack/common/setup.py
generate_authors(): New method to create AUTHORS file. If
AUTHORS.in file exists, append it's content to AUTHORS file.
* setup.py
Import the new method.
local_sdist.run(): Generate AUTHORS file before creating the
package.
* tests/test_authors.py
Remove this test case.
Change-Id: Id3ca59382e417d054d14f7735f30595bfbe2df48
* (per request from jeblair)
* version of python-ldap match between
test and requires
* pinned to 2.3.13 to let tests work in macosx
* separating dependencies between deps and test
* removed python-keystoneclient from install_requires
for now. (there is no python-keystoneclient in PyPI)
Real solution coming.
Change-Id: I89e50d6747fb57dee7badb17bc1231d3619e3ef7
Fixes issue where migrate.cfg was not getting installed.
Also, remove the previous 'data_files' fix from setup.py as it causes files
to get copied to the wrong location on install.
Fixes LP Bug #937265
Change-Id: I94e89271660baca4408df470a122e127540a4131
Updates.
Change-Id: I5c4744a14719393e4dc35c5ef6a292c57a81527c