Skip to content

Commit

Permalink
sys-cluster/cinder: fixing db deps
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
prometheanfire committed Oct 3, 2016
1 parent 1e60fdf commit ecb9e33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sys-cluster/cinder/cinder-2016.2.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@ RDEPEND="
<dev-python/sqlalchemy-1.1.0[sqlite,${PYTHON_USEDEP}]
)
mysql? (
dev-python/mysql-python
>=dev-python/pymysql-0.6.2[${PYTHON_USEDEP}]
!~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
<dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
)
postgres? (
dev-python/psycopg:2
>=dev-python/psycopg-2.5.0
>=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
<dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
)
Expand Down

0 comments on commit ecb9e33

Please sign in to comment.