diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-17 08:22:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-17 08:22:47 +0200 |
commit | 27d40cd12e45be2c95fa718edea75045414b0c8c (patch) | |
tree | cef18687523ef475914de848efc41349cc9d0b16 /dev-python/secretstorage | |
parent | dev-python/setproctitle: Remove py2 (diff) | |
download | gentoo-27d40cd12e45be2c95fa718edea75045414b0c8c.tar.gz gentoo-27d40cd12e45be2c95fa718edea75045414b0c8c.tar.bz2 gentoo-27d40cd12e45be2c95fa718edea75045414b0c8c.zip |
dev-python/secretstorage: Add a test-dep on gnome-keyring
Closes: https://bugs.gentoo.org/714872
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r-- | dev-python/secretstorage/secretstorage-3.1.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/secretstorage/secretstorage-3.1.2.ebuild b/dev-python/secretstorage/secretstorage-3.1.2.ebuild index 9418b7f12778..bd2d59067442 100644 --- a/dev-python/secretstorage/secretstorage-3.1.2.ebuild +++ b/dev-python/secretstorage/secretstorage-3.1.2.ebuild @@ -12,6 +12,7 @@ MY_PN="SecretStorage" DESCRIPTION="Python bindings to FreeDesktop.org Secret Service API." HOMEPAGE="https://github.com/mitya57/secretstorage https://pypi.org/project/SecretStorage/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" SLOT="0" @@ -21,8 +22,9 @@ RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}] " - -S="${WORKDIR}/${MY_PN}-${PV}" +BDEPEND=" + test? ( gnome-base/gnome-keyring ) +" distutils_enable_tests unittest distutils_enable_sphinx docs \ |