summaryrefslogtreecommitdiff
path: root/dev-python/python-dotenv/python-dotenv-0.14.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-14 01:51:23 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-14 01:51:23 +0000
commit341dfc0f42f081facf6c92bde0bf86fd60591685 (patch)
tree14ff08783134cb06e6a8920990d5a25d5ea4a47f /dev-python/python-dotenv/python-dotenv-0.14.0.ebuild
parent2c8230c31ca7363769f75fe74118ccdc43b69a6a (diff)
downloadbaldeagleos-repo-341dfc0f42f081facf6c92bde0bf86fd60591685.tar.gz
baldeagleos-repo-341dfc0f42f081facf6c92bde0bf86fd60591685.tar.xz
baldeagleos-repo-341dfc0f42f081facf6c92bde0bf86fd60591685.zip
Updating liguros repo
Diffstat (limited to 'dev-python/python-dotenv/python-dotenv-0.14.0.ebuild')
-rw-r--r--dev-python/python-dotenv/python-dotenv-0.14.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/python-dotenv/python-dotenv-0.14.0.ebuild b/dev-python/python-dotenv/python-dotenv-0.14.0.ebuild
index 4fd132269c82..f73be0464463 100644
--- a/dev-python/python-dotenv/python-dotenv-0.14.0.ebuild
+++ b/dev-python/python-dotenv/python-dotenv-0.14.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -19,12 +19,11 @@ IUSE="test"
DEPEND="test? (
>=dev-python/click-5[${PYTHON_USEDEP}]
+ dev-python/ipython[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
>=dev-python/sh-1.09[${PYTHON_USEDEP}]
)"
-RESTRICT="test" # help fixing tests welcome, please get in touch
-
DOCS=( CHANGELOG.md README.md )
distutils_enable_tests pytest