dev-python/freezegun-0.3.12-r1: Revbump, cleanup deps a bit

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2019-12-04 20:52:30 -08:00
committed by Patrick McLean
parent 1474e69a44
commit 91b10285ca

View File

@@ -38,6 +38,15 @@ PATCHES=(
distutils_enable_tests pytest
python_prepare_all() {
sed -r \
-e 's:(python-dateutil)>=2.0:\1:' \
-e "s:'(python-dateutil)>=[0-9.]+,.+':'\1':" \
-i setup.py
distutils-r1_python_prepare_all
}
python_prepare() {
# optional and only works with python3
if ! python_is_python3; then