Merge pull request #170150 from armeenm/ostree-python3
rpm-ostree: switch to python3
This commit is contained in:
commit
847e6a1f9b
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
, bubblewrap
|
, bubblewrap
|
||||||
, pcre
|
, pcre
|
||||||
, check
|
, check
|
||||||
, python2
|
, python3
|
||||||
, json_c
|
, json_c
|
||||||
, zchunk
|
, zchunk
|
||||||
, libmodulemd
|
, libmodulemd
|
||||||
|
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
python3
|
||||||
pkg-config
|
pkg-config
|
||||||
which
|
which
|
||||||
autoconf
|
autoconf
|
||||||
|
@ -82,7 +83,6 @@ stdenv.mkDerivation rec {
|
||||||
librepo
|
librepo
|
||||||
pcre
|
pcre
|
||||||
check
|
check
|
||||||
python2
|
|
||||||
|
|
||||||
# libdnf # vendored unstable branch
|
# libdnf # vendored unstable branch
|
||||||
# required by vendored libdnf
|
# required by vendored libdnf
|
||||||
|
|
Loading…
Reference in a new issue