diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-28 20:57:43 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-28 20:58:05 -0600 |
commit | 183f8c60a75387f2f273de8efe542afed20616ab (patch) | |
tree | 26f682430acb34de76b783ef2693abba678fd991 /dev-python/pelican-minify | |
parent | app-text/pelican: add python3_7 (diff) | |
download | gentoo-183f8c60a75387f2f273de8efe542afed20616ab.tar.gz gentoo-183f8c60a75387f2f273de8efe542afed20616ab.tar.bz2 gentoo-183f8c60a75387f2f273de8efe542afed20616ab.zip |
dev-python/pelican-minify: add python37
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pelican-minify')
-rw-r--r-- | dev-python/pelican-minify/pelican-minify-0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pelican-minify/pelican-minify-0.9.ebuild b/dev-python/pelican-minify/pelican-minify-0.9.ebuild index 31a17191bf53..4c078b9c0bf6 100644 --- a/dev-python/pelican-minify/pelican-minify-0.9.ebuild +++ b/dev-python/pelican-minify/pelican-minify-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="An HTML minification plugin for Pelican, the static site generator." |