summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2020-06-13 14:36:19 +0000
committerSergey Popov <pinkbyte@gentoo.org>2020-07-08 16:39:24 +0300
commitbfed38eb6b631a921a30402060c4ab2c91fac26b (patch)
tree3d63d5349ace509cc5f752a2d47d6e9f8665ca51
parentsci-physics/root: block >=net-libs/xrootd-5 (diff)
downloadgentoo-bfed38eb6b631a921a30402060c4ab2c91fac26b.tar.gz
gentoo-bfed38eb6b631a921a30402060c4ab2c91fac26b.tar.bz2
gentoo-bfed38eb6b631a921a30402060c4ab2c91fac26b.zip
dev-python/daemonize: add python3.{7..9} support
Reported-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16222 Closes: https://bugs.gentoo.org/718902 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
-rw-r--r--dev-python/daemonize/daemonize-2.5.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild b/dev-python/daemonize/daemonize-2.5.0.ebuild
index 1d2f4adefbf7..49dc1dab74ca 100644
--- a/dev-python/daemonize/daemonize-2.5.0.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
@@ -14,5 +14,3 @@ SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"