Bug 1249331

Summary: django-compressor bundles cssmin
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: python-django-compressorAssignee: Matthias Runge <mrunge>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: jonathan, mrunge
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-04 12:13:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 504493    

Description Ville Skyttä 2015-08-01 16:44:15 UTC
django-compressor bundles cssmin which is available as a separate package in Fedora. Patching to use the system one should be straightforward, maybe all that's needed is removal of the bundled cssmin.py, adjusting CSSMinFilter.callback in compressor/filters/cssmin/__init__.py, and adding appropriate python*-cssmin dependencies.

https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#When_a_Bundled_Library_is_Discovered_Post-Review

Comment 1 Jan Kurik 2016-02-24 13:31:03 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 2 Jonathan Dieter 2016-08-04 12:13:26 UTC
I just looked into this, and it already seems to be fixed (at least in F24+)