lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.cssutils: update disabled

authored by

Fabian Affolter and committed by
GitHub
91be858c ea4dd31a

+1 -6
+1 -6
pkgs/development/python-modules/cssutils/default.nix
··· 6 6 , fetchPypi 7 7 , setuptools 8 8 , setuptools-scm 9 - , importlib-metadata 10 9 , cssselect 11 10 , jaraco-test 12 11 , lxml ··· 19 18 pname = "cssutils"; 20 19 version = "2.9.0"; 21 20 22 - disabled = pythonOlder "3.7"; 21 + disabled = pythonOlder "3.8"; 23 22 24 23 format = "pyproject"; 25 24 ··· 31 30 nativeBuildInputs = [ 32 31 setuptools 33 32 setuptools-scm 34 - ]; 35 - 36 - propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [ 37 - importlib-metadata 38 33 ]; 39 34 40 35 nativeCheckInputs = [