pgadmin4: relax pytz constraint

This commit is contained in:
Martin Weinelt 2022-04-15 02:07:19 +02:00
parent 1607fca7a8
commit e87755d957

View File

@ -54,7 +54,8 @@ python3.pkgs.buildPythonApplication rec {
--replace "cryptography==3.*" "cryptography>=3.0" \
--replace "requests==2.25.*" "requests>=2.25.0" \
--replace "boto3==1.20.*" "boto3>=1.20" \
--replace "botocore==1.23.*" "botocore>=1.23"
--replace "botocore==1.23.*" "botocore>=1.23" \
--replace "pytz==2021.*" "pytz"
# don't use Server Mode (can be overridden later)
substituteInPlace pkg/pip/setup_pip.py \
--replace "req = req.replace('psycopg2', 'psycopg2-binary')" "req = req" \