fedpkg: stay with python2

This commit is contained in:
Frederik Rietdijk
2021-03-25 12:43:50 +01:00
parent c9bf099a5c
commit 7864093c68
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
{ lib, buildPythonApplication, buildPythonPackage, isPy3k, fetchurl, rpkg, offtrac, urlgrabber, pyopenssl, python_fedora }:
{ lib, python2Packages, fetchurl }:
with python2Packages;
let
fedora_cert = buildPythonPackage rec {