rpm: 4.14.2.1 -> 4.15.1

It's only compatible with Python3 now.
This commit is contained in:
Daniel Schaefer
2020-06-08 19:27:41 +02:00
parent d903f1166b
commit f56b70378e
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -5693,7 +5693,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 {};