diff options
author | Karel Kočí <cynerd@email.cz> | 2021-07-20 23:10:05 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-07-20 23:10:05 +0200 |
commit | f5235b713dedb5d7a77e67f9506c7a280aa9bb47 (patch) | |
tree | 37931968c16ef8ad1523a55cc0e4812415cdc3fe /dev-python/schema/schema-0.7.4-r2.ebuild | |
parent | 0fb4db8f2431a29654cf011d484bdf8e5fdc0352 (diff) | |
download | gentoo-personal-overlay-f5235b713dedb5d7a77e67f9506c7a280aa9bb47.tar.gz gentoo-personal-overlay-f5235b713dedb5d7a77e67f9506c7a280aa9bb47.tar.bz2 gentoo-personal-overlay-f5235b713dedb5d7a77e67f9506c7a280aa9bb47.zip |
dev-python: expand various targets for new versions
Diffstat (limited to 'dev-python/schema/schema-0.7.4-r2.ebuild')
-rw-r--r-- | dev-python/schema/schema-0.7.4-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/schema/schema-0.7.4-r2.ebuild b/dev-python/schema/schema-0.7.4-r2.ebuild index ad51dde..0413688 100644 --- a/dev-python/schema/schema-0.7.4-r2.ebuild +++ b/dev-python/schema/schema-0.7.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 @@ -18,6 +18,4 @@ SLOT="0" LICENSE="MIT" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/contextlib2-0.5.5[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |