diff options
author | 2020-02-06 08:01:16 +0100 | |
---|---|---|
committer | 2020-02-06 08:08:37 +0100 | |
commit | afaf5a31973fc5cdbc6a05022d71857f98616326 (patch) | |
tree | b86601ce4b82e4f25601c4f65fd19a107b67febc | |
parent | dev-python/xstatic-bootstrap-scss: Remove py2 (diff) | |
download | gentoo-afaf5a31973fc5cdbc6a05022d71857f98616326.tar.gz gentoo-afaf5a31973fc5cdbc6a05022d71857f98616326.tar.bz2 gentoo-afaf5a31973fc5cdbc6a05022d71857f98616326.zip |
dev-python/xstatic-datatables: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/xstatic-datatables/xstatic-datatables-1.10.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xstatic-datatables/xstatic-datatables-1.10.15.1.ebuild b/dev-python/xstatic-datatables/xstatic-datatables-1.10.15.1.ebuild index 00d8da465448..6c4a8012688d 100644 --- a/dev-python/xstatic-datatables/xstatic-datatables-1.10.15.1.ebuild +++ b/dev-python/xstatic-datatables/xstatic-datatables-1.10.15.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |