diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2023-11-30 10:00:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-02 07:59:45 +0100 |
commit | dcff358be9ed1f0cb5c7cb3bb404fb72f03ec588 (patch) | |
tree | 3a5c3b6b3670a61fe8b5e02c96ebf5e98f69731f /dev-python/dparse | |
parent | dev-python/sqlglot: add 19.8.2 (diff) | |
download | gentoo-dcff358be9ed1f0cb5c7cb3bb404fb72f03ec588.tar.gz gentoo-dcff358be9ed1f0cb5c7cb3bb404fb72f03ec588.tar.bz2 gentoo-dcff358be9ed1f0cb5c7cb3bb404fb72f03ec588.zip |
dev-python/dparse: add test dependency
Closes: https://bugs.gentoo.org/918984
Signed-off-by: Oz N Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34062
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dparse')
-rw-r--r-- | dev-python/dparse/dparse-0.6.3-r1.ebuild (renamed from dev-python/dparse/dparse-0.6.3.ebuild) | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dev-python/dparse/dparse-0.6.3.ebuild b/dev-python/dparse/dparse-0.6.3-r1.ebuild index d262d790c542..f88190a2141c 100644 --- a/dev-python/dparse/dparse-0.6.3.ebuild +++ b/dev-python/dparse/dparse-0.6.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi @@ -19,3 +19,13 @@ SLOT="0" KEYWORDS="~amd64" distutils_enable_tests pytest + +BDEPEND=" + test? ( + dev-python/pipenv[${PYTHON_USEDEP}] + ) +" + +PDEPEND=" + dev-python/pipenv[${PYTHON_USEDEP}] +" |