remove pythonPackages.pyhepmc

pythonPackages.hepmc3 should cover this functionality
This commit is contained in:
Dmitry Kalinkin
2020-03-24 12:32:55 -07:00
committed by Jon
parent 61bc9e12a4
commit 1ca3c56542
4 changed files with 0 additions and 285 deletions
-2
View File
@@ -2351,8 +2351,6 @@ in {
pyhcl = callPackage ../development/python-modules/pyhcl { };
pyhepmc = callPackage ../development/python-modules/pyhepmc { };
pytest = if isPy3k then self.pytest_5 else self.pytest_4;
pytest_5 = callPackage ../development/python-modules/pytest {