diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-09-11 13:27:23 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-09-11 13:29:00 -0400 |
commit | d08d2b3c716348dd1b96904c20d29b867a17360a (patch) | |
tree | 0a7bec153675b2f7c625af0604c83ea8b971f2a6 /dev-python/pluggy | |
parent | app-crypt/tpm-tools: remove unused patch(es) (diff) | |
download | gentoo-d08d2b3c716348dd1b96904c20d29b867a17360a.tar.gz gentoo-d08d2b3c716348dd1b96904c20d29b867a17360a.tar.bz2 gentoo-d08d2b3c716348dd1b96904c20d29b867a17360a.zip |
dev-python/pluggy: add missing dependency
Closes: https://bugs.gentoo.org/665716
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-python/pluggy')
-rw-r--r-- | dev-python/pluggy/pluggy-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pluggy/pluggy-0.7.1.ebuild b/dev-python/pluggy/pluggy-0.7.1.ebuild index a6b0a2648be6..06c83013c2f3 100644 --- a/dev-python/pluggy/pluggy-0.7.1.ebuild +++ b/dev-python/pluggy/pluggy-0.7.1.ebuild @@ -18,7 +18,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" |