python2Packages.typing: we no longer need it for Python 3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ lib, buildPythonPackage, fetchPypi
|
||||
, isPy27, pythonAtLeast
|
||||
, pylev, pastel, typing, enum34, crashtest }:
|
||||
, pylev, pastel, typing ? null, enum34 ? null, crashtest }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "clikit";
|
||||
|
||||
Reference in New Issue
Block a user