mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
parent
b6452f8534
commit
57b9ff06f1
3 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, python, rcs, git, pylint }:
|
||||
{ stdenv, fetchurl, python, rcs, git }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "src-1.11";
|
||||
|
|
|
@ -10075,8 +10075,6 @@ in
|
|||
|
||||
pyGtkGlade = pythonPackages.pyGtkGlade;
|
||||
|
||||
pylint = pythonPackages.pylint;
|
||||
|
||||
pyopenssl = pythonPackages.pyopenssl;
|
||||
|
||||
rhpl = pythonPackages.rhpl;
|
||||
|
|
|
@ -20712,7 +20712,7 @@ in modules // {
|
|||
|
||||
doCheck = false; # too much
|
||||
|
||||
buildInputs = with self; [ mock tox pkgs.pylint ];
|
||||
buildInputs = with self; [ mock tox pylint ];
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/geopy/geopy";
|
||||
};
|
||||
|
@ -22835,7 +22835,7 @@ in modules // {
|
|||
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 ];
|
||||
|
||||
checkPhase = ''
|
||||
|
|
Loading…
Reference in a new issue