Merge pull request #170150 from armeenm/ostree-python3

rpm-ostree: switch to python3
This commit is contained in:
Fabian Affolter 2022-04-26 19:02:43 +02:00 committed by GitHub
commit 847e6a1f9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
, bubblewrap
, pcre
, check
, python2
, python3
, json_c
, zchunk
, libmodulemd
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
python3
pkg-config
which
autoconf
@ -82,7 +83,6 @@ stdenv.mkDerivation rec {
librepo
pcre
check
python2
# libdnf # vendored unstable branch
# required by vendored libdnf