I'm trying to package django-htmlmin at system level, but there's a conflict in filehierarchy with the also well know htmlmin package
File /usr/lib/python3.5/site-packages/htmlmin/__init__.py
from install of
python3-django-htmlmin-0.9.1-3.1.noarch (bfdlp3)
conflicts with file from install of
python3-htmlmin-0.1.10-3.2.noarch (dlp3)
File /usr/lib/python3.5/site-packages/htmlmin/__pycache__/__init__.cpython-35.pyc
from install of
python3-django-htmlmin-0.9.1-3.1.noarch (bfdlp3)
conflicts with file from install of
python3-htmlmin-0.1.10-3.2.noarch (dlp3)
File /usr/lib/python3.5/site-packages/htmlmin/__pycache__/middleware.cpython-35.pyc
from install of
python3-django-htmlmin-0.9.1-3.1.noarch (bfdlp3)
conflicts with file from install of
python3-htmlmin-0.1.10-3.2.noarch (dlp3)
File /usr/lib/python3.5/site-packages/htmlmin/middleware.py
from install of
python3-django-htmlmin-0.9.1-3.1.noarch (bfdlp3)
conflicts with file from install of
python3-htmlmin-0.1.10-3.2.noarch (dlp3)
I guess that django-htmlmin should move to its own directory or become a django module (in terms of filesystem placement) and place itself under /usr/lib/python3.5/site-packages/django
I'm trying to package django-htmlmin at system level, but there's a conflict in filehierarchy with the also well know htmlmin package
I guess that django-htmlmin should move to its own directory or become a django module (in terms of filesystem placement) and place itself under /usr/lib/python3.5/site-packages/django