Skip to content

Commit

Permalink
Removed temp. fix for django-webpack-loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Jan 30, 2023
1 parent 8b376b0 commit 960f142
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modoboa_installer/scripts/modoboa.py
Expand Up @@ -104,8 +104,6 @@ def _setup_venv(self):
if sys.version_info.major == 2 and sys.version_info.micro < 9:
# Add extra packages to fix the SNI issue
packages += ["pyOpenSSL"]
# Temp fix for https://github.com/modoboa/modoboa/issues/2247
packages.append("django-webpack-loader==0.7.0")
python.install_packages(
packages, self.venv_path,
upgrade=self.upgrade,
Expand Down

0 comments on commit 960f142

Please sign in to comment.