Remove top-level pylint

See #11567.
This commit is contained in:
Frederik Rietdijk 2016-08-14 12:53:07 +02:00
parent b6452f8534
commit 57b9ff06f1
3 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, python, rcs, git, pylint }: { stdenv, fetchurl, python, rcs, git }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "src-1.11"; name = "src-1.11";

View file

@ -10075,8 +10075,6 @@ in
pyGtkGlade = pythonPackages.pyGtkGlade; pyGtkGlade = pythonPackages.pyGtkGlade;
pylint = pythonPackages.pylint;
pyopenssl = pythonPackages.pyopenssl; pyopenssl = pythonPackages.pyopenssl;
rhpl = pythonPackages.rhpl; rhpl = pythonPackages.rhpl;

View file

@ -20712,7 +20712,7 @@ in modules // {
doCheck = false; # too much doCheck = false; # too much
buildInputs = with self; [ mock tox pkgs.pylint ]; buildInputs = with self; [ mock tox pylint ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/geopy/geopy"; homepage = "https://github.com/geopy/geopy";
}; };
@ -22835,7 +22835,7 @@ in modules // {
sha256 = "00z0lzjs4ksr9yr31zs26csyacjvavhpz6r74xaw1r89kk75qg7q"; sha256 = "00z0lzjs4ksr9yr31zs26csyacjvavhpz6r74xaw1r89kk75qg7q";
}; };
buildInputs = with self; [ unittest2 scripttest pytz pkgs.pylint tempest-lib mock testtools ]; buildInputs = with self; [ unittest2 scripttest pytz pylint tempest-lib mock testtools ];
propagatedBuildInputs = with self; [ pbr tempita decorator sqlalchemy six sqlparse ]; propagatedBuildInputs = with self; [ pbr tempita decorator sqlalchemy six sqlparse ];
checkPhase = '' checkPhase = ''