diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-06 12:40:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-06 12:40:38 +0000 |
| commit | 480c1918cc95a506f9504da60d28894fa02e954e (patch) | |
| tree | 93d2b684e4b82a1ee7c0faeea5ca62d79aff9c47 /dev-python/pendulum | |
| parent | 615687d075753e96643213d3204c5cc924a16368 (diff) | |
| download | baldeagleos-repo-480c1918cc95a506f9504da60d28894fa02e954e.tar.gz baldeagleos-repo-480c1918cc95a506f9504da60d28894fa02e954e.tar.xz baldeagleos-repo-480c1918cc95a506f9504da60d28894fa02e954e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pendulum')
| -rw-r--r-- | dev-python/pendulum/pendulum-2.1.2-r1.ebuild | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild index cdd0df086c38..72ea81f915fb 100644 --- a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild +++ b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild @@ -15,22 +15,16 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~x86" -# Requires timezone information which is not installed by default -# with dev-python/pytzdata, and otherwise approx. 50 out of 1600 -# tests are failing for now. Keeping the test dependencies -# commented for future tests fixups -RESTRICT="test" - DEPEND=" dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pytzdata[${PYTHON_USEDEP}]" + dev-python/pytzdata[${PYTHON_USEDEP}] +" RDEPEND="${DEPEND}" +BDEPEND=" + test? ( + dev-python/Babel[${PYTHON_USEDEP}] + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + )" -#BDEPEND=" -# test? ( -# dev-python/babel[${PYTHON_USEDEP}] -# dev-python/freezegun[${PYTHON_USEDEP}] -# dev-python/pytz[${PYTHON_USEDEP}] -# )" - -# distutils_enable_tests pytest +distutils_enable_tests pytest |
