diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-16 23:22:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-17 00:00:54 +0100 |
commit | 2941be63d6ae770647b4a1ac716b92f91d592fdc (patch) | |
tree | c9cb49ecc1827242d97704d8a014220c83df294d /dev-python | |
parent | dev-python/cffi: Enable py3.8 (diff) | |
download | gentoo-2941be63d6ae770647b4a1ac716b92f91d592fdc.tar.gz gentoo-2941be63d6ae770647b4a1ac716b92f91d592fdc.tar.bz2 gentoo-2941be63d6ae770647b4a1ac716b92f91d592fdc.zip |
dev-python/pycparser: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pycparser/pycparser-2.14.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pycparser/pycparser-2.18-r1.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pycparser/pycparser-2.14.ebuild b/dev-python/pycparser/pycparser-2.14.ebuild index 9f24a5f8d7fa..15ff90da3761 100644 --- a/dev-python/pycparser/pycparser-2.14.ebuild +++ b/dev-python/pycparser/pycparser-2.14.ebuild @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} diff --git a/dev-python/pycparser/pycparser-2.18-r1.ebuild b/dev-python/pycparser/pycparser-2.18-r1.ebuild index db28bf774359..508a13602ef4 100644 --- a/dev-python/pycparser/pycparser-2.18-r1.ebuild +++ b/dev-python/pycparser/pycparser-2.18-r1.ebuild @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-python/ply:=[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} |