Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
207ab0e7
Commit
207ab0e7
authored
Jul 09, 2012
by
Kostas Papadimitriou
Browse files
Update setup.py dependencies
- bump snf-common required version - replace ampqlib to puka
parent
7018425b
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/setup.py
View file @
207ab0e7
...
...
@@ -73,9 +73,9 @@ INSTALL_REQUIRES = [
'IPy>=0.70'
,
'South>=0.7'
,
'pycrypto>=2.1.0'
,
'
amqplib>=0.6.1
'
,
'
puka
'
,
'python-daemon>=1.5.5, <1.6'
,
'snf-common>
=
0.9.
0
'
,
'snf-common>0.9.
14
'
,
'vncauthproxy>=1.2'
,
'south>=0.7, <=0.7.3'
,
'snf-pithos-backend>=0.9.1'
,
...
...
@@ -83,7 +83,7 @@ INSTALL_REQUIRES = [
]
EXTRAS_REQUIRES
=
{
'DISPATCHER'
:
[
'
amqplib==0.6.1
'
,
'python-daemon==1.5.5'
,
'lockfile==0.8'
],
'DISPATCHER'
:
[
'
puka
'
,
'python-daemon==1.5.5'
,
'lockfile==0.8'
],
'SSH_KEYS'
:
[
'pycrypto==2.1.0'
],
'BURNIN'
:
[
'unittest2==0.5.1'
,
'paramiko==1.7.6'
,
'python-prctl==1.3.0'
]
}
...
...
snf-cyclades-gtools/setup.py
View file @
207ab0e7
...
...
@@ -60,9 +60,10 @@ setup(
packages
=
[
"synnefo"
,
"synnefo.ganeti"
,
"synnefo.versions"
],
dependency_links
=
[
'http://docs.dev.grnet.gr/pypi'
],
install_requires
=
[
'snf-common>0.9.14'
,
'python-daemon>=1.5.5'
,
'pyinotify>=0.8.9'
,
'
amqplib>=0.6.1
'
,
'
puka
'
,
'python-prctl>=1.1.1'
,
],
entry_points
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment