Merge pull request #72956 from JohnAZoidberg/rpm-415

This commit is contained in:
Daniel Schaefer
2020-06-15 19:55:42 +02:00
committed by GitHub
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -5718,7 +5718,7 @@ in {
rply = callPackage ../development/python-modules/rply {};
rpm = toPythonModule (pkgs.rpm.override{inherit python;});
rpm = disabledIf (!isPy3k) (toPythonModule (pkgs.rpm.override{ inherit python; }));
rpmfluff = callPackage ../development/python-modules/rpmfluff {};