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