diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2019-11-25 13:55:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-30 09:28:08 +0100 |
commit | e221a6527a25acc05fa7021e9e56c6e464fd3745 (patch) | |
tree | 742c21ce4148218e5a341e5182886e29b01c908e /dev-python/imagesize | |
parent | dev-python/imagesize: bump v1.1.0 (diff) | |
download | gentoo-e221a6527a25acc05fa7021e9e56c6e464fd3745.tar.gz gentoo-e221a6527a25acc05fa7021e9e56c6e464fd3745.tar.bz2 gentoo-e221a6527a25acc05fa7021e9e56c6e464fd3745.zip |
dev-python/imagesize: Fix MissingTestRestrict
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/imagesize')
-rw-r--r-- | dev-python/imagesize/imagesize-0.7.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/imagesize/imagesize-1.0.0.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild b/dev-python/imagesize/imagesize-0.7.1.ebuild index 25850fa0b60c..283a891a9499 100644 --- a/dev-python/imagesize/imagesize-0.7.1.ebuild +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-solaris" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools" RDEPEND="" diff --git a/dev-python/imagesize/imagesize-1.0.0.ebuild b/dev-python/imagesize/imagesize-1.0.0.ebuild index 427e1139c9f8..6c418bc1ee4f 100644 --- a/dev-python/imagesize/imagesize-1.0.0.ebuild +++ b/dev-python/imagesize/imagesize-1.0.0.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-solaris" IUSE="test" +RESTRICT="!test? ( test )" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] |