You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
From 45a5caf30060c182fb0ae03a1a7e4e707599aaa3 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
|
|
|
|
Date: Sat, 21 Oct 2017 09:45:30 +0200
|
|
|
|
Subject: [PATCH 2/3] inspector: inject rust-packaging dependency in buildtime
|
|
|
|
|
|
|
|
For consistency with previous commit.
|
|
|
|
|
|
|
|
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
|
|
|
|
---
|
|
|
|
rust2rpm/inspector.py | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/rust2rpm/inspector.py b/rust2rpm/inspector.py
|
|
|
|
index 6ccdbc2..2d488b2 100644
|
|
|
|
--- a/rust2rpm/inspector.py
|
|
|
|
+++ b/rust2rpm/inspector.py
|
|
|
|
@@ -41,6 +41,8 @@ def main():
|
|
|
|
if args.requires:
|
|
|
|
# Someone should own /usr/share/cargo/registry
|
|
|
|
print("cargo")
|
|
|
|
+ if args.build_requires:
|
|
|
|
+ print("rust-packaging")
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
|
main()
|
|
|
|
--
|
|
|
|
2.15.0
|
|
|
|
|