summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 20:32:31 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 22:44:16 +0200
commite3153ccb5646083fe941b4ac96d5236067f42d93 (patch)
tree7cdd117ddf0cb30c8957c137409a06c1cb3605d9 /dev-python/psycopg/psycopg-1.1.21-r1.ebuild
parentdev-python/pSQL: [QA] Add missing python metadata variables (diff)
downloadgentoo-e3153ccb5646083fe941b4ac96d5236067f42d93.tar.gz
gentoo-e3153ccb5646083fe941b4ac96d5236067f42d93.tar.bz2
gentoo-e3153ccb5646083fe941b4ac96d5236067f42d93.zip
dev-python/psycopg: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/psycopg/psycopg-1.1.21-r1.ebuild')
-rw-r--r--dev-python/psycopg/psycopg-1.1.21-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/psycopg/psycopg-1.1.21-r1.ebuild b/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
index 275e68c0d7ce..84902f8172ed 100644
--- a/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
+++ b/dev-python/psycopg/psycopg-1.1.21-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,9 +14,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
IUSE="examples"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND=">=dev-python/egenix-mx-base-2.0.3[${PYTHON_USEDEP}]
- dev-db/postgresql
+ dev-db/postgresql:*
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"