mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
tests: use python3-lit rather than python-lit
Easier for downstream to adapt, one less difference.
This commit is contained in:
parent
dd5bd14efc
commit
b7f7ff0fcb
1 changed files with 1 additions and 4 deletions
|
@ -19,10 +19,7 @@ require:
|
||||||
- make
|
- make
|
||||||
- libstdc++-static
|
- libstdc++-static
|
||||||
- clang-devel
|
- clang-devel
|
||||||
|
- python3-lit
|
||||||
# In Fedora, python-lit is valid. In RHEL, however, the actual package is python3-lit.
|
|
||||||
- python-lit
|
|
||||||
# - python3-lit
|
|
||||||
|
|
||||||
# Required in Fedora, but not shipped with RHEL. For future reference, comment the libcxx out as needed.
|
# Required in Fedora, but not shipped with RHEL. For future reference, comment the libcxx out as needed.
|
||||||
- libcxx-devel
|
- libcxx-devel
|
||||||
|
|
Loading…
Reference in a new issue