Skip to content

Commit

Permalink
Move python-keystoneclient to "extras"
Browse files Browse the repository at this point in the history
This should make it more clear to users that they may want to install
it.

Change-Id: I8bb4f3eba1fc6d2b7b23c3bd51663678e755a69e
  • Loading branch information
tipabu committed Mar 7, 2016
1 parent b65d994 commit 52eab61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ scripts =
data_files =
share/man/man1 = doc/manpages/swift.1

[extras]
keystone =
python-keystoneclient>=0.7.0

[entry_points]
console_scripts =
swift = swiftclient.shell:main
Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ hacking>=0.10.0,<0.11
coverage>=3.6
mock>=1.2
oslosphinx
python-keystoneclient>=0.7.0
sphinx>=1.1.2,<1.2
testrepository>=0.0.18
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ setenv =

deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[keystone]
commands = sh -c '(find . -not \( -type d -name .?\* -prune \) \
\( -type d -name "__pycache__" -or -type f -name "*.py[co]" \) \
-print0; find . -name "*.dbm*" -print0) | xargs -0 rm -rf'
Expand Down

0 comments on commit 52eab61

Please sign in to comment.