diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-04 09:07:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-04 09:41:56 +0200 |
commit | 7bc20a6f014504339621e9eff480d1c866e897fb (patch) | |
tree | fc7006fcb80a055257b946bac7055686a89ff606 /dev-python/peewee | |
parent | dev-db/pgcli: Use slot for dev-python/psycopg (diff) | |
download | gentoo-7bc20a6f014504339621e9eff480d1c866e897fb.tar.gz gentoo-7bc20a6f014504339621e9eff480d1c866e897fb.tar.bz2 gentoo-7bc20a6f014504339621e9eff480d1c866e897fb.zip |
dev-python/peewee: Use slot for dev-python/psycopg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/peewee')
-rw-r--r-- | dev-python/peewee/peewee-3.14.10-r1.ebuild (renamed from dev-python/peewee/peewee-3.14.10.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/peewee/peewee-3.14.10.ebuild b/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 |