diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-04-25 22:09:37 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-04-25 22:10:14 +0200 |
| commit | 7e1e5c05e81757ac0a4beea38013b3b1c1a58c34 (patch) | |
| tree | ca3461859d9ab343f39cca7d3581e3aea36da813 /dev-python/python-daemon/python-daemon-2.1.2.ebuild | |
| parent | 7674806882902c2987a75dfe82815d9c65a2c03d (diff) | |
| download | gentoo-7e1e5c05e81757ac0a4beea38013b3b1c1a58c34.tar.gz gentoo-7e1e5c05e81757ac0a4beea38013b3b1c1a58c34.tar.bz2 gentoo-7e1e5c05e81757ac0a4beea38013b3b1c1a58c34.zip | |
dev-python/python-daemon: Enable py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-daemon/python-daemon-2.1.2.ebuild')
| -rw-r--r-- | dev-python/python-daemon/python-daemon-2.1.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/python-daemon/python-daemon-2.1.2.ebuild b/dev-python/python-daemon/python-daemon-2.1.2.ebuild index 172faf108e26..bc1e39863cb5 100644 --- a/dev-python/python-daemon/python-daemon-2.1.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -15,8 +15,7 @@ LICENSE="PSF-2" SLOT="0" KEYWORDS="amd64 arm x86" IUSE="test" - -RESTRICT="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]" |
