mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
committed by
Robin Gloster
parent
ba03b7195d
commit
de7fb48967
@@ -17,7 +17,10 @@ pythonPackages.buildPythonApplication rec {
|
||||
--replace 'certifi==2017.1.23' 'certifi' \
|
||||
--replace 'lxml==3.7.3' 'lxml' \
|
||||
--replace 'pyopenssl==16.2.0' 'pyopenssl' \
|
||||
--replace 'pygments==2.1.3' 'pygments>=2.1,<3.0'
|
||||
--replace 'pygments==2.1.3' 'pygments>=2.1,<3.0' \
|
||||
--replace 'flask==0.12' 'flask==0.12.*' \
|
||||
--replace 'requests[socks]==2.13.0' 'requests[socks]==2.*' \
|
||||
--replace 'python-dateutil==2.6.0' 'python-dateutil==2.6.*'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
|
||||
Reference in New Issue
Block a user