diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-02 10:07:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-02 10:17:05 +0200 |
commit | 797f2d7481c4b7ca78c8d9b8892d2b80a9375cfb (patch) | |
tree | 39a86a93edf1b7b4896cfa642eff8e3d482524f3 /app-text/pytextile | |
parent | dev-python/csvkit: mark ALLARCHES (diff) | |
download | gentoo-797f2d7481c4b7ca78c8d9b8892d2b80a9375cfb.tar.gz gentoo-797f2d7481c4b7ca78c8d9b8892d2b80a9375cfb.tar.bz2 gentoo-797f2d7481c4b7ca78c8d9b8892d2b80a9375cfb.zip |
app-text/pytextile: Update DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/pytextile')
-rw-r--r-- | app-text/pytextile/pytextile-4.0.1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild b/app-text/pytextile/pytextile-4.0.1.ebuild index 917f4fe616ea..fc7f0aecbd1d 100644 --- a/app-text/pytextile/pytextile-4.0.1.ebuild +++ b/app-text/pytextile/pytextile-4.0.1.ebuild @@ -4,8 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 MY_P="python-textile-${PV}" |