pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
sha256 = "0s5r6l39ck2scks54hmwwdf4lcihqqnqzjfx9lz2b67vxkajpwmc";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six termcolor ] ++ stdenv.lib.optional isPy27 enum34;
|
||||
propagatedBuildInputs = [ six termcolor ] ++ lib.optional isPy27 enum34;
|
||||
|
||||
checkInputs = [ hypothesis mock python-Levenshtein pytest ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user