commit:     7bc20a6f014504339621e9eff480d1c866e897fb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 07:07:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 07:41:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc20a6f

dev-python/peewee: Use slot for dev-python/psycopg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/peewee/{peewee-3.14.10.ebuild => peewee-3.14.10-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/peewee/peewee-3.14.10.ebuild 
b/dev-python/peewee/peewee-3.14.10-r1.ebuild
similarity index 93%
rename from dev-python/peewee/peewee-3.14.10.ebuild
rename to dev-python/peewee/peewee-3.14.10-r1.ebuild
index 669cead817b3..b13a469ca0d8 100644
--- a/dev-python/peewee/peewee-3.14.10.ebuild
+++ b/dev-python/peewee/peewee-3.14.10-r1.ebuild
@@ -21,7 +21,9 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="
        dev-python/cython[${PYTHON_USEDEP}]
-       test? ( dev-python/psycopg[${PYTHON_USEDEP}] )
+       test? (
+               dev-python/psycopg:2[${PYTHON_USEDEP}]
+       )
 "
 
 distutils_enable_sphinx docs

Reply via email to