diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:01:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:40 +0100 |
commit | e0680020d90c474ee64641743c58c8ff5b1a3770 (patch) | |
tree | ae17458d5b932f4e159dead800becda92ccbc346 /dev-python/xstatic-patternfly | |
parent | dev-python/xstatic-jquery: Remove py2 (diff) | |
download | gentoo-e0680020d90c474ee64641743c58c8ff5b1a3770.tar.gz gentoo-e0680020d90c474ee64641743c58c8ff5b1a3770.tar.bz2 gentoo-e0680020d90c474ee64641743c58c8ff5b1a3770.zip |
dev-python/xstatic-patternfly: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xstatic-patternfly')
-rw-r--r-- | dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild b/dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild index 01fce94f3186..5025bef7a32c 100644 --- a/dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild +++ b/dev-python/xstatic-patternfly/xstatic-patternfly-3.21.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |