summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/tinycss
AgeCommit message (Collapse)Author
2019-01-12python3.pkgs.tinycss: fix build (#53831)Timo Kaufmann
The build was broken by the python 3.7 switch, which caused an incompatible change in the way cython generates files: https://github.com/Kozea/tinycss/issues/17 This is solved by removing the pre-generated file and re-generating it at build time.
2018-10-13pythonPackages.tinycss: 0.3 -> 0.4 refactor move to python-modules (#48163)Christopher Ostrouchov