python.pkgs.smmap2: remove

They were recently merged back together and smmap is the canonical
version:

https://github.com/gitpython-developers/smmap/issues/44
This commit is contained in:
Timo Kaufmann
2020-03-14 17:21:15 +01:00
committed by Jon
parent 8eacb87061
commit 6c0fa331f0
2 changed files with 1 additions and 21 deletions

View File

@@ -5754,7 +5754,7 @@ in {
smmap = callPackage ../development/python-modules/smmap { };
smmap2 = callPackage ../development/python-modules/smmap2 { };
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
transaction = callPackage ../development/python-modules/transaction { };