diff options
author | 2019-11-05 22:16:49 +0100 | |
---|---|---|
committer | 2019-11-05 22:17:04 +0100 | |
commit | 7bb8677f31b5e3656ca2d11a8befc1554410b997 (patch) | |
tree | c0c78b49f0c2d4c9260afca6ce9e882332ecb7fa /dev-python/piexif/piexif-1.0.12.ebuild | |
parent | profiles: Mask =net-libs/libssh-0.9.1 (diff) | |
download | gentoo-7bb8677f31b5e3656ca2d11a8befc1554410b997.tar.gz gentoo-7bb8677f31b5e3656ca2d11a8befc1554410b997.tar.bz2 gentoo-7bb8677f31b5e3656ca2d11a8befc1554410b997.zip |
dev-python/piexif: Address warning MissingTestRestrict
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.16
Diffstat (limited to 'dev-python/piexif/piexif-1.0.12.ebuild')
-rw-r--r-- | dev-python/piexif/piexif-1.0.12.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/piexif/piexif-1.0.12.ebuild b/dev-python/piexif/piexif-1.0.12.ebuild index 24123adeb4f1..d831b6e88fa8 100644 --- a/dev-python/piexif/piexif-1.0.12.ebuild +++ b/dev-python/piexif/piexif-1.0.12.ebuild @@ -16,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] app-arch/unzip |