diff options
Diffstat (limited to 'dev-python/pyrqlite/pyrqlite-2.1.ebuild')
-rw-r--r-- | dev-python/pyrqlite/pyrqlite-2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pyrqlite/pyrqlite-2.1.ebuild b/dev-python/pyrqlite/pyrqlite-2.1.ebuild index c3171044ea3..6a7df81f709 100644 --- a/dev-python/pyrqlite/pyrqlite-2.1.ebuild +++ b/dev-python/pyrqlite/pyrqlite-2.1.ebuild @@ -15,7 +15,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="test? ( dev-db/rqlite )" +# Pin test rqlite version due to https://github.com/rqlite/pyrqlite/issues/37. +BDEPEND="test? ( <dev-db/rqlite-6.2 )" PATCHES=("${DISTDIR}/${P}-python3.10-test_support.patch") |