diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:03:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:40 +0100 |
commit | c9b5dbd16fcd7effd939ff75761ee72122c014d5 (patch) | |
tree | d765844a6ed21fa1ea984c2d9e9ee91ffd4ceaea /dev-python/requests-mock | |
parent | dev-python/requestsexceptions: Remove py2 (diff) | |
download | gentoo-c9b5dbd16fcd7effd939ff75761ee72122c014d5.tar.gz gentoo-c9b5dbd16fcd7effd939ff75761ee72122c014d5.tar.bz2 gentoo-c9b5dbd16fcd7effd939ff75761ee72122c014d5.zip |
dev-python/requests-mock: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-mock')
-rw-r--r-- | dev-python/requests-mock/requests-mock-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/requests-mock/requests-mock-1.5.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/requests-mock/requests-mock-1.5.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/requests-mock/requests-mock-1.2.0.ebuild b/dev-python/requests-mock/requests-mock-1.2.0.ebuild index 1721eada7426..cd6180ff47cd 100644 --- a/dev-python/requests-mock/requests-mock-1.2.0.ebuild +++ b/dev-python/requests-mock/requests-mock-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/requests-mock/requests-mock-1.5.0.ebuild b/dev-python/requests-mock/requests-mock-1.5.0.ebuild index fc6b65d6b006..b198ce304c84 100644 --- a/dev-python/requests-mock/requests-mock-1.5.0.ebuild +++ b/dev-python/requests-mock/requests-mock-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_6} ) +PYTHON_COMPAT=( pypy3 python3_6 ) inherit distutils-r1 diff --git a/dev-python/requests-mock/requests-mock-1.5.2.ebuild b/dev-python/requests-mock/requests-mock-1.5.2.ebuild index bd8946a4909c..668faaec8646 100644 --- a/dev-python/requests-mock/requests-mock-1.5.2.ebuild +++ b/dev-python/requests-mock/requests-mock-1.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 |