pythonPackages.rpkg: use local rpm and koji
This commit is contained in:
parent
19ca20c91f
commit
13017d8ba6
@ -22439,7 +22439,7 @@ in {
|
|||||||
|
|
||||||
rpkg = buildPythonPackage (rec {
|
rpkg = buildPythonPackage (rec {
|
||||||
name = "rpkg-1.14";
|
name = "rpkg-1.14";
|
||||||
disabled = !isPy27;
|
disabled = !isPy27; # error: invalid command 'bdist_wheel'
|
||||||
meta.maintainers = with maintainers; [ mornfall ];
|
meta.maintainers = with maintainers; [ mornfall ];
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
@ -22449,8 +22449,8 @@ in {
|
|||||||
|
|
||||||
patches = [ ../development/python-modules/rpkg-buildfix.diff ];
|
patches = [ ../development/python-modules/rpkg-buildfix.diff ];
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ pycurl pkgs.koji GitPython pkgs.git
|
propagatedBuildInputs = with self; [ pycurl koji GitPython pkgs.git
|
||||||
pkgs.rpm pyopenssl ];
|
rpm pyopenssl ];
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user