python3Packages.pyroma: don't pin pygments
According to setup.py, pin only ensures compatibility with Python 2.7.
This commit is contained in:
parent
6906e5dd53
commit
3421de9e6d
@ -11,6 +11,11 @@ buildPythonPackage rec {
|
||||
sha256 = "2527423e3a24ccd56951f3ce1b0ebbcc4fa0518c82fca882e696c78726ab9c2f";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "pygments < 2.6" "pygments"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ docutils pygments setuptools ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user