Merge pull request #114914 from trepetti/rfcat

pythonPackages.rfcat: init at 1.9.5
This commit is contained in:
Sandro
2021-03-03 18:39:42 +01:00
committed by GitHub
2 changed files with 52 additions and 0 deletions
+2
View File
@@ -6923,6 +6923,8 @@ in {
rfc7464 = callPackage ../development/python-modules/rfc7464 { };
rfcat = callPackage ../development/python-modules/rfcat { };
rhpl = disabledIf isPy3k (callPackage ../development/python-modules/rhpl { });
rich = callPackage ../development/python-modules/rich { };