Skip to content

Commit

Permalink
fix dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Mar 15, 2022
1 parent 96dba54 commit ff5dc03
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ Support for this addon can be found at the

## Authors

* Hayley Swimelar [<[email protected]>]([email protected])
* Rene Peinthor [<[email protected]>]([email protected])
* Hayley Swimelar [<[email protected]>]([email protected])

## Compatibility

* This addon is compatible with OpenNebula versions up to 5.8
* It was tested with version 5.8
* This addon is compatible with OpenNebula versions from 5.8 to 6.2
* It was tested with version 6.2
* This version of README.md describes the installation process for ONE 5.6 environments
* This is intended for use as an images datastore for use with either an NFS shared
* system datastore or a SSH system datastore

## Requirements

* DRBD9 9.0.14+
* LINSTOR 1.2.0+
* DRBD9 9.0.28+
* LINSTOR 1.18.0+

## Features

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Conflicts: addon-linstor
Replaces: addon-linstor
Architecture: all
Depends: drbd-utils,
python-linstor (>=1.0.13),
python-linstor (>=1.13.0),
${misc:Depends},
${python3:Depends}
Description: Linstor addon for OpenNebula
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-requires =
python3-setuptools
requires =
opennebula
python-linstor >= 1.0.13
python-linstor >= 1.13.0
# https://fedoraproject.org/wiki/Upgrade_paths_%E2%80%94_renaming_or_splitting_packages
obsoletes = addon-linstor
# provides = addon-linstor
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg.py2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-requires =
python2-setuptools
requires =
opennebula
python-linstor >= 1.0.13
python-linstor >= 1.13.0
# https://fedoraproject.org/wiki/Upgrade_paths_%E2%80%94_renaming_or_splitting_packages
obsoletes = addon-linstor
# provides = addon-linstor
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def version():
description="Linstor addon for OpenNebula",
packages=["one"],
install_requires=[
"python-linstor>=1.10.1"
"python-linstor>=1.13.0"
],
author="Rene Peinthor <[email protected]>",
author_email="[email protected]",
Expand Down

0 comments on commit ff5dc03

Please sign in to comment.