Keyring needed by more than 1 component now
This commit is contained in:
parent
9b76bcaa44
commit
011801a0b4
@ -223,9 +223,6 @@ components:
|
|||||||
package:
|
package:
|
||||||
name: python-unittest2
|
name: python-unittest2
|
||||||
removable: false
|
removable: false
|
||||||
- name: keyring
|
|
||||||
package:
|
|
||||||
name: python-keyring
|
|
||||||
- name: webob
|
- name: webob
|
||||||
package:
|
package:
|
||||||
name: python-webob1.0
|
name: python-webob1.0
|
||||||
@ -242,6 +239,8 @@ components:
|
|||||||
- name: coverage
|
- name: coverage
|
||||||
- name: distribute
|
- name: distribute
|
||||||
removable: false
|
removable: false
|
||||||
|
- name: keyring # Shared at least by openstack-client, keystone-client (+anvil itself)
|
||||||
|
removable: false
|
||||||
- name: lxml
|
- name: lxml
|
||||||
version: "2.3.5"
|
version: "2.3.5"
|
||||||
options: # Force it to upgrade if its there already
|
options: # Force it to upgrade if its there already
|
||||||
@ -525,4 +524,3 @@ components:
|
|||||||
test: anvil.components:PythonTestingComponent
|
test: anvil.components:PythonTestingComponent
|
||||||
uninstall: anvil.components:PythonUninstallComponent
|
uninstall: anvil.components:PythonUninstallComponent
|
||||||
...
|
...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user