[pykickstart] And do the right BuildRequires, too.

clumens clumens at fedoraproject.org
Fri Feb 20 19:39:55 UTC 2015


commit 2c7022d05b7eb801f4217c13cbfa9497ffd26e2c
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Feb 20 14:39:32 2015 -0500

    And do the right BuildRequires, too.

 pykickstart.spec | 2 ++
 sources          | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/pykickstart.spec b/pykickstart.spec
index b226ba1..1ca843e 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -21,8 +21,10 @@ BuildRequires: python-requests
 %if ! 0%{?rhel}
 BuildRequires: transifex-client
 %endif
+
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools
+BuildRequires: python3-requests
 BuildRequires: python3-six
 
 Requires: python3-kickstart
diff --git a/sources b/sources
index fca198c..e46c62f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e24ee0a9e736548e4d2359fb8e30686c  pykickstart-2.0.tar.gz
+cf8e4995a38df4dfcd71d61b76d96465  pykickstart-2.0.tar.gz


More information about the scm-commits mailing list