diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-12 11:03:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-12 11:11:45 +0200 |
commit | ad46dc2bfb2f3c362184d0e2414d830750eca990 (patch) | |
tree | 927f5340d9a5bd1f31b9a7ce0998528a13d8e435 /dev-python/stripe | |
parent | dev-python/dulwich: Add dependency on gpgme (diff) | |
download | gentoo-ad46dc2bfb2f3c362184d0e2414d830750eca990.tar.gz gentoo-ad46dc2bfb2f3c362184d0e2414d830750eca990.tar.bz2 gentoo-ad46dc2bfb2f3c362184d0e2414d830750eca990.zip |
dev-python/stripe: Correct min. stripe-mock versions
Closes: https://bugs.gentoo.org/801664
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/stripe')
-rw-r--r-- | dev-python/stripe/stripe-2.57.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/stripe/stripe-2.58.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/stripe/stripe-2.59.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/stripe/stripe-2.57.0.ebuild b/dev-python/stripe/stripe-2.57.0.ebuild index 3895e0af78a6..76cdcc15800e 100644 --- a/dev-python/stripe/stripe-2.57.0.ebuild +++ b/dev-python/stripe/stripe-2.57.0.ebuild @@ -20,7 +20,7 @@ RDEPEND=" DEPEND=" test? ( ${RDEPEND} - >=dev-util/stripe-mock-0.103.0 + >=dev-util/stripe-mock-0.105.0 dev-python/pytest-mock[${PYTHON_USEDEP}] net-misc/curl ) diff --git a/dev-python/stripe/stripe-2.58.0.ebuild b/dev-python/stripe/stripe-2.58.0.ebuild index 5499e1b64756..8cd7b52c6410 100644 --- a/dev-python/stripe/stripe-2.58.0.ebuild +++ b/dev-python/stripe/stripe-2.58.0.ebuild @@ -20,7 +20,7 @@ RDEPEND=" DEPEND=" test? ( ${RDEPEND} - >=dev-util/stripe-mock-0.103.0 + >=dev-util/stripe-mock-0.106.0 dev-python/pytest-mock[${PYTHON_USEDEP}] net-misc/curl ) diff --git a/dev-python/stripe/stripe-2.59.0.ebuild b/dev-python/stripe/stripe-2.59.0.ebuild index eb4fd3325e69..b8c67ae0502c 100644 --- a/dev-python/stripe/stripe-2.59.0.ebuild +++ b/dev-python/stripe/stripe-2.59.0.ebuild @@ -19,7 +19,7 @@ RDEPEND=" " BDEPEND=" test? ( - >=dev-util/stripe-mock-0.103.0 + >=dev-util/stripe-mock-0.109.0 dev-python/pytest-mock[${PYTHON_USEDEP}] net-misc/curl ) |