summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-24 07:40:14 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-24 09:06:49 +0200
commitd96745e3d81463410a25491542a0986477137d19 (patch)
treedfdbe234fe2195baf576a6e53be132e571adc87f /app-text/htmlmin/htmlmin-0.1.12.ebuild
parentdev-python/flask-htmlmin: Remove dep on pytest-runner (diff)
downloadgentoo-d96745e3d81463410a25491542a0986477137d19.tar.gz
gentoo-d96745e3d81463410a25491542a0986477137d19.tar.bz2
gentoo-d96745e3d81463410a25491542a0986477137d19.zip
app-text/htmlmin: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/htmlmin/htmlmin-0.1.12.ebuild')
-rw-r--r--app-text/htmlmin/htmlmin-0.1.12.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/htmlmin/htmlmin-0.1.12.ebuild b/app-text/htmlmin/htmlmin-0.1.12.ebuild
index fc8e480e3b33..3d5cdbf7ca95 100644
--- a/app-text/htmlmin/htmlmin-0.1.12.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12.ebuild
@@ -3,6 +3,7 @@
EAPI=6
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@@ -17,8 +18,6 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
src_prepare() {
sed '/prune/d' -i MANIFEST.in || die
default