diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-04-21 14:33:07 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-04-21 14:33:07 -0400 |
commit | 1af9944b22ecf15bce9025bb401465e48aaf3845 (patch) | |
tree | 28ac3ea6c80ea93d2235285d7ad684d37b5446c1 /dev-python/httpstat/httpstat-1.2.1-r1.ebuild | |
parent | dev-python/publicsuffix: bump (diff) | |
download | gentoo-1af9944b22ecf15bce9025bb401465e48aaf3845.tar.gz gentoo-1af9944b22ecf15bce9025bb401465e48aaf3845.tar.bz2 gentoo-1af9944b22ecf15bce9025bb401465e48aaf3845.zip |
dev-python/httpstat: DISTUTILS_USE_SETUPTOOLS=rdepend
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-python/httpstat/httpstat-1.2.1-r1.ebuild')
-rw-r--r-- | dev-python/httpstat/httpstat-1.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild index ea72561d50b3..22fd54b54735 100644 --- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild +++ b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" - PYTHON_COMPAT=( python3_{6,7} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |