Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django-htmlmin conflict with htmlmin #107

Open
tigerfoot opened this issue Oct 20, 2016 · 1 comment
Open

django-htmlmin conflict with htmlmin #107

tigerfoot opened this issue Oct 20, 2016 · 1 comment

Comments

@tigerfoot
Copy link

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

@bartmika
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants