public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/
Date: Fri,  7 Oct 2022 13:07:37 +0000 (UTC)	[thread overview]
Message-ID: <1665148051.fbbc487d3834bb6132f7b56aaf3721298b8fdf21.mgorny@gentoo> (raw)

commit:     fbbc487d3834bb6132f7b56aaf3721298b8fdf21
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 12:30:28 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 13:07:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbc487d

dev-python/passlib: Put bcrypt into WD40 test? block

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/passlib/passlib-1.7.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/passlib/passlib-1.7.4-r2.ebuild b/dev-python/passlib/passlib-1.7.4-r2.ebuild
index 8a09e521123b..59fec081f5c0 100644
--- a/dev-python/passlib/passlib-1.7.4-r2.ebuild
+++ b/dev-python/passlib/passlib-1.7.4-r2.ebuild
@@ -22,9 +22,9 @@ IUSE="doc"
 
 BDEPEND="
 	test? (
-		dev-python/bcrypt[${PYTHON_USEDEP}]
 		dev-python/scrypt[${PYTHON_USEDEP}]
 		!alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? (
+			dev-python/bcrypt[${PYTHON_USEDEP}]
 			dev-python/cryptography[${PYTHON_USEDEP}]
 		) ) ) ) ) )
 	)"


             reply	other threads:[~2022-10-07 13:07 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-07 13:07 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-26 18:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/ Michał Górny
2024-06-15 14:06 Michał Górny
2024-04-25 12:52 Michał Górny
2023-07-06  2:27 Sam James
2023-03-16  4:03 Michał Górny
2022-10-13  4:54 Michał Górny
2022-07-29 14:37 Michał Górny
2022-06-21 18:48 Arthur Zamarin
2022-06-21 18:32 Arthur Zamarin
2022-05-18 15:13 Michał Górny
2022-05-18 15:13 Michał Górny
2022-04-25 16:50 Sam James
2021-12-02  9:39 Michał Górny
2021-12-02  8:40 Arthur Zamarin
2021-11-28 14:42 Michał Górny
2021-10-29 15:30 Arthur Zamarin
2021-10-29 15:30 Arthur Zamarin
2021-10-29 15:30 Arthur Zamarin
2021-10-29 15:30 Arthur Zamarin
2021-10-27  8:42 Arthur Zamarin
2021-08-21 22:15 James Le Cuirot
2021-06-02 14:19 Michał Górny
2021-02-22  2:49 Joshua Kinard
2021-02-03  0:38 Andreas K. Hüttel
2020-11-28 13:42 Sam James
2020-11-28 13:41 Sam James
2020-11-22 12:26 Sergei Trofimovich
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-15 23:50 Sam James
2020-11-15 23:29 Sam James
2020-11-15  5:19 Sam James
2020-10-08 20:57 Michał Górny
2020-10-08 20:57 Michał Górny
2020-08-22  9:15 Michał Górny
2020-07-14 15:57 Sam James
2020-07-14 13:19 Sam James
2020-07-05  9:27 Sergei Trofimovich
2020-07-02 17:05 Sergei Trofimovich
2020-07-01 12:21 Michał Górny
2020-06-16 19:33 Patrick McLean
2020-05-31 10:04 Sergei Trofimovich
2020-05-30 14:37 Michał Górny
2020-05-04 11:35 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-03-29 21:21 Sergei Trofimovich
2020-03-28 11:36 Michał Górny
2020-03-28 11:36 Michał Górny
2020-03-25 14:17 Agostino Sarubbo
2020-02-06 21:11 Sergei Trofimovich
2019-12-10 22:25 Sergei Trofimovich
2019-12-04 19:44 Sergei Trofimovich
2019-11-24 16:15 Aaron Bauman
2018-12-13  0:51 Patrick McLean
2017-03-26  4:16 Matt Thode
2017-03-08  2:53 Patrick McLean
2017-02-23  9:40 Michael Weber
2017-02-11 15:38 Matt Thode
2017-02-06 18:37 Patrick McLean
2016-03-16  8:31 Tiziano Müller
2016-02-28  7:08 Matt Thode
2015-08-16 15:10 Justin Lecher
2015-08-10  5:33 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1665148051.fbbc487d3834bb6132f7b56aaf3721298b8fdf21.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox