pythonPackages.partd: python2 no longer supported
This commit is contained in:
parent
8ab3ba1f23
commit
d149ed1d81
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, pytest
|
||||
, locket
|
||||
, numpy
|
||||
@ -12,6 +13,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "partd";
|
||||
version = "1.1.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
x
Reference in New Issue
Block a user