mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
pythonPackages.logilab_common: disable for python2
This commit is contained in:
parent
68f4f8804d
commit
a792ed1e2b
@ -1,8 +1,9 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, unittest2, six }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, isPy27, unittest2, six }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "logilab-common";
|
||||
version = "1.5.2";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user