diff options
Diffstat (limited to 'dev-python/rdflib')
-rw-r--r-- | dev-python/rdflib/rdflib-4.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rdflib/rdflib-4.2.2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/rdflib/rdflib-4.2.1.ebuild b/dev-python/rdflib/rdflib-4.2.1.ebuild index 58fbcff35e9c..a0d27c6232ad 100644 --- a/dev-python/rdflib/rdflib-4.2.1.ebuild +++ b/dev-python/rdflib/rdflib-4.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_5} ) PYTHON_REQ_USE="sqlite?,threads(+)" # The usual required for tests diff --git a/dev-python/rdflib/rdflib-4.2.2.ebuild b/dev-python/rdflib/rdflib-4.2.2.ebuild index b7f33c5e3d4e..f7f636a1a267 100644 --- a/dev-python/rdflib/rdflib-4.2.2.ebuild +++ b/dev-python/rdflib/rdflib-4.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6}} ) PYTHON_REQ_USE="sqlite?,threads(+)" # The usual required for tests |