pythonPackages.sphinxcontrib-jsmath: disable python2
``` Processing ./sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl ERROR: Package 'sphinxcontrib-jsmath' requires a different Python: 2.7.18 not in '>=3.5' ```
This commit is contained in:
parent
78c735c76f
commit
375611df00
@ -1,11 +1,13 @@
|
||||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-jsmath";
|
||||
version = "1.0.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
x
Reference in New Issue
Block a user