diff options
| author | Michał Górny <mgorny@gentoo.org> | 2019-11-17 10:49:08 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2019-11-17 15:05:07 +0100 |
| commit | 14386085c7bb980e15864842d5d84d52781b08be (patch) | |
| tree | e44cafb9af6f525aeb51eb75a5246611a0d8853a /dev-python/cryptography/cryptography-2.7.ebuild | |
| parent | 8809b783d5a9414c7de51ac5ceff915a9713a4d1 (diff) | |
| download | gentoo-14386085c7bb980e15864842d5d84d52781b08be.tar.gz gentoo-14386085c7bb980e15864842d5d84d52781b08be.tar.bz2 gentoo-14386085c7bb980e15864842d5d84d52781b08be.zip | |
dev-python/cryptography: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cryptography/cryptography-2.7.ebuild')
| -rw-r--r-- | dev-python/cryptography/cryptography-2.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/cryptography/cryptography-2.7.ebuild b/dev-python/cryptography/cryptography-2.7.ebuild index adb8ae7c50fa..79ef2f06b934 100644 --- a/dev-python/cryptography/cryptography-2.7.ebuild +++ b/dev-python/cryptography/cryptography-2.7.ebuild @@ -16,6 +16,7 @@ LICENSE="|| ( Apache-2.0 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 ~x64-solaris" IUSE="libressl idna test" +RESTRICT="!test? ( test )" # the openssl 1.0.2l-r1 needs to be updated again :( # It'd theb be able to go into the || section again |
